Skip to content

Commit

Permalink
fix(workflow) gh-pages requests necessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl authored Jul 19, 2024
1 parent ac2812d commit af8b8d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ concurrency:
jobs:
gh-pages:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# We explicitly don't use acryldata/sane-checkout-action because docusaurus runs
# git commands to determine the last change date for each file.
Expand Down

0 comments on commit af8b8d7

Please sign in to comment.