mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
Sphinx docs deploy step added to travis-ci
This commit is contained in:
@@ -25,3 +25,12 @@ install:
|
|||||||
script:
|
script:
|
||||||
- chmod +x .travis/run.sh
|
- chmod +x .travis/run.sh
|
||||||
- ./.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
|
||||||
|
Reference in New Issue
Block a user