Skip to content

Commit

Permalink
Fix permissions for gh-pages (clean-up)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Feb 8, 2025
1 parent 2b5420f commit ee82bb3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee82bb3

Please sign in to comment.