Skip to content

Commit

Permalink
Merge pull request #64 from ADBond/maint/gh-pages-workflow-permissions
Browse files Browse the repository at this point in the history
[CI] GH pages permissions
  • Loading branch information
ADBond authored Feb 6, 2025
2 parents 4ff1a62 + 56a16e4 commit 013e9f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
deploy-site:
needs: build-site
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
Expand Down

0 comments on commit 013e9f7

Please sign in to comment.