mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
fix push error
This commit is contained in:
parent
5b3475282d
commit
db0cb12740
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
- uses: actions/setup-node@v1
|
||||
with: { node-version: 12 }
|
||||
- run: yarn
|
||||
- run: git subtree add --prefix docs 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