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