From af366631a53e5324a56f3dea3fd783e5c78eb53f Mon Sep 17 00:00:00 2001 From: Koen Van Impe Date: Tue, 21 Jan 2025 14:49:12 +0100 Subject: [PATCH] Update deploy-gh-pages.yml --- .github/workflows/deploy-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index fc2bf74..a313974 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -46,6 +46,6 @@ jobs: git config user.email "actions@github.com" git add --all git commit -m "Deploy all files to GitHub Pages" - git push --force origin gh-pages + git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}