Skip to content

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Rosenthal committed Feb 27, 2020
1 parent 4d2913a commit c06ab20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ after_success:
- cd docs
- make clean
- make html
- touch build/html/.nojekyll
- touch _build/html/.nojekyll

deploy:
provider: pages
local_dir: docs/build/html
local_dir: docs/_build/html
skip_cleanup: true
github_token: $GH_TOKEN
keep_history: true
Expand Down

0 comments on commit c06ab20

Please sign in to comment.