mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-25 06:30:31 +08:00
With the proper trigger to deploy this time
This commit is contained in:
parent
f0c82cfd7b
commit
9c82cede3f
15
.travis.yml
15
.travis.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user