Skip to content

Commit

Permalink
add github pages permissions to yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdumas committed Oct 27, 2024
1 parent 94a1da5 commit 13f66c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:

name: Quarto Publish

# you need these permissions to publish to GitHub pages
permissions:
contents: write
pages: write

jobs:
build-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13f66c1

Please sign in to comment.