mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-26 07:00:29 +08:00
Testing deploying to a branch
This commit is contained in:
parent
9d900cd124
commit
f0c82cfd7b
@ -9,6 +9,15 @@ install:
|
|||||||
script:
|
script:
|
||||||
- npm run build
|
- 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
|
# blocklist
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user