From 9f6fe71ef3e612d413b173e7d3f299be7e6220ab Mon Sep 17 00:00:00 2001 From: fab Date: Fri, 8 Nov 2024 10:43:52 +0100 Subject: [PATCH] Update copy-to-gh-pages-branch.yml --- .github/workflows/copy-to-gh-pages-branch.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}