mirror of
https://github.com/kou029w/github-and-codesandbox-guide.git
synced 2025-01-18 16:08:07 +00:00
fix push failure
This commit is contained in:
parent
cb6b0edbc3
commit
2a39805b61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue