fix push failure

This commit is contained in:
Nebel 2020-11-06 15:26:32 +09:00
parent cb6b0edbc3
commit 2a39805b61

View file

@ -17,4 +17,4 @@ jobs:
if: steps.git_status.outputs.mod != '' if: steps.git_status.outputs.mod != ''
run: | run: |
git -c "user.name=bot" -c "user.email=bot@example" commit -a -m update git -c "user.name=bot" -c "user.email=bot@example" commit -a -m update
git subtree push --prefix pages github gh-pages git subtree push --prefix pages origin gh-pages