With the proper trigger to deploy this time

This commit is contained in:
Julien Deswaef 2018-09-25 17:31:46 -04:00
parent f0c82cfd7b
commit 9c82cede3f
1 changed files with 8 additions and 7 deletions

View File

@ -10,13 +10,14 @@ script:
- npm run build
deploy:
provider: pages
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: _site
target-branch: gh-pages-test
on:
branch: gh-pages-test
branch: master
# blocklist
branches: