mirror of
https://github.com/vale981/sphinx-multiversion
synced 2025-03-04 17:11:39 -05:00
.travis.yml: Add auto-deployment for documentation
This commit is contained in:
parent
0188686d0f
commit
235c84d5b2
1 changed files with 12 additions and 0 deletions
12
.travis.yml
12
.travis.yml
|
@ -16,3 +16,15 @@ script:
|
|||
- mkdir html
|
||||
- sphinx-multiversion docs html
|
||||
- python setup.py build sdist bdist_wheel
|
||||
|
||||
# Deployment
|
||||
deploy:
|
||||
# Deploy documentation
|
||||
- provider: pages
|
||||
skip_cleanup: true
|
||||
keep_history: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
local_dir: html
|
||||
on:
|
||||
branch: master
|
||||
repo: Holzhaus/sphinx-multiversion
|
||||
|
|
Loading…
Add table
Reference in a new issue