Skip to content

Commit a29d6ec

Browse files
authored
Update deploy.yaml
1 parent 54181f4 commit a29d6ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest
9+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
10+
permissions:
11+
pages: write # to deploy to Pages
12+
id-token: write # to verify the deployment originates from an appropriate source
913
steps:
1014
- uses: fastai/workflows/quarto-ghp@master
1115
with: {pre: 1}

0 commit comments

Comments
 (0)