mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
use remote url
This commit is contained in:
parent
db0cb12740
commit
fb990f718f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: actions/setup-node@v1
|
||||
with: { node-version: 12 }
|
||||
- run: yarn
|
||||
- run: git subtree add --prefix docs gh-pages
|
||||
- run: git subtree add --prefix docs origin gh-pages
|
||||
- run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc
|
||||
- run: git add -f docs
|
||||
- run: git -c user.name=bot -c user.email=octocat@github.com commit -m github-pages
|
||||
|
|
Loading…
Add table
Reference in a new issue