diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 67029607..256bfbc1 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -29,7 +29,7 @@ jobs: git config user.email github-actions@github.com git add . git commit -m "updating copyrights from pre merge check in github action" - git push -f origin HEAD:${GITHUB_HEAD_REF_NAME} + git push check: needs: copyright