diff --git a/.github/workflows/copy-to-gh-pages-branch.yml b/.github/workflows/copy-to-gh-pages-branch.yml index 633fca8af..05de2cc27 100644 --- a/.github/workflows/copy-to-gh-pages-branch.yml +++ b/.github/workflows/copy-to-gh-pages-branch.yml @@ -37,7 +37,6 @@ jobs: git config user.email "actions@github.com" git add blacklist.txt git commit -m "Update blacklist.txt" - git pull --rebase origin gh-pages - git push origin gh-pages + git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}