Skip to content

Commit

Permalink
allow write to publish github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
eccles committed Nov 29, 2024
1 parent f626140 commit e0f173f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: release
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
contents: write # This is required for actions/checkout and actions-gh-pages

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
shell: bash

- name: Publish docs
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "./docs/_build/html"
Expand Down

0 comments on commit e0f173f

Please sign in to comment.