1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-07 09:38:46 +00:00

rename to runner name

This commit is contained in:
Nebel 2020-02-09 01:09:04 +09:00
parent c9e2ac367a
commit 85f00eceec

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v1
with: { node-version: 12 }
- run: yarn
- run: git -c user.name=bot subtree add --prefix docs origin gh-pages
- run: git -c user.name="$(whoami)" 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="$(whoami)" commit -m github-pages