Skip to content

Commit

Permalink
fix(deploy): fix travis file for docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao committed Mar 20, 2019
1 parent 4c2bb6d commit 4b8a023
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- git config --global user.email "releases@ladybug.tools"
- git config --global user.name "ladybugbot"
- npx semantic-release
provider: pages
skip_cleanup: true
github-token: $GH_TOKEN
keep-history: false
on:
branch: master
local_dir: docs/_build/
deploy:
provider: pages
skip_cleanup: true
github-token: $GH_TOKEN
keep-history: false
local_dir: docs/_build/
on:
branch: master
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage==4.5.3
coveralls==1.7.0
euclid3==0.1
pytest==4.3.1
pytest-cov==2.6.1
Expand Down

0 comments on commit 4b8a023

Please sign in to comment.