Sphinx docs deploy step added to travis-ci

This commit is contained in:
Mateusz Pusz
2020-03-09 20:50:17 +01:00
parent cc8fcb3d76
commit 2ed47da811

View File

@@ -25,3 +25,12 @@ install:
script:
- chmod +x .travis/run.sh
- ./.travis/run.sh
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
keep_history: true
local_dir: docs/sphinx
on:
branch: master