mirror of
https://github.com/elyby/docs.git
synced 2024-11-23 05:33:05 +05:30
Fix travis warnings
This commit is contained in:
parent
d170090980
commit
edcdf0022f
@ -1,3 +1,5 @@
|
|||||||
|
os: linux
|
||||||
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
@ -10,8 +12,9 @@ script:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip-cleanup: true
|
strategy: git
|
||||||
local-dir: ./build
|
skip_cleanup: true
|
||||||
github-token: $GITHUB_TOKEN
|
local_dir: ./build
|
||||||
|
token: $GITHUB_TOKEN
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user