mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-26 07:00:29 +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
|
- npm run build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
- provider: pages
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
keep-history: true
|
keep-history: true
|
||||||
local-dir: _site
|
local-dir: _site
|
||||||
on:
|
target-branch: gh-pages-test
|
||||||
branch: gh-pages-test
|
on:
|
||||||
|
branch: master
|
||||||
|
|
||||||
# blocklist
|
# blocklist
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user