1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

use remote url

This commit is contained in:
Nebel 2020-02-09 01:01:35 +09:00
parent db0cb12740
commit fb990f718f

View file

@ -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