Trying out that autodeploy
This commit is contained in:
parent
f006b56a74
commit
c48b758408
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
deploy:
|
||||
provider: script
|
||||
script: deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
deploy:
|
||||
local-dir: _site
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
||||
keep-history: true
|
||||
on:
|
||||
branch: master
|
Loading…
Reference in New Issue
Block a user