Skip to content

Commit

Permalink
Allow deploying pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed Sep 26, 2024
1 parent 37a0850 commit ec197ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:

jobs:
build:
permissions:
contents: read
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit ec197ca

Please sign in to comment.