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 a29d6ec commit a7433aeCopy full SHA for a7433ae
.github/workflows/deploy.yaml
@@ -6,10 +6,6 @@ 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