Skip to content

Commit

Permalink
Update GitHub pages workflow to include contents: write (#159)
Browse files Browse the repository at this point in the history
The peaceiris/actions-gh-pages GitHub action requires
"contents:write" permission.
  • Loading branch information
virgofx authored Jan 29, 2024
1 parent e42dbb6 commit 4fdedea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write # Required for deploying pages
pages: write # Required for deploying pages
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4fdedea

Please sign in to comment.