diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index a4af5f8..cd4737f 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -17,4 +17,4 @@ jobs: if: steps.git_status.outputs.mod != '' run: | 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