From ee82bb3d88e8d8e309e53ec0ccb8b90b3a9fed16 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 8 Feb 2025 13:59:57 +0100 Subject: [PATCH] Fix permissions for gh-pages (clean-up) --- .github/workflows/deploy-docs.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 88fea81..cbf64f6 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -22,12 +22,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - # persist-credentials: false - - - name: Configure Git - run: | - git config user.name github-actions[bot] - git config user.email github-actions[bot]@users.noreply.github.com - name: Set up Python uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38