mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-25 06:30:31 +08:00
Testing deploying to a branch
This commit is contained in:
parent
9d900cd124
commit
f0c82cfd7b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user