We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54181f4 commit a29d6ecCopy full SHA for a29d6ec
.github/workflows/deploy.yaml
@@ -6,6 +6,10 @@ on:
6
jobs:
7
deploy:
8
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
13
steps:
14
- uses: fastai/workflows/quarto-ghp@master
15
with: {pre: 1}
0 commit comments