Testing deploying to a branch

This commit is contained in:
Julien Deswaef 2018-09-25 17:25:25 -04:00
parent 9d900cd124
commit f0c82cfd7b
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@ install:
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
# blocklist
branches:
except: