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.
2 parents 80d6eaa + 21a27ad commit c633729Copy full SHA for c633729
1 file changed
.github/workflows/zola.yml
@@ -52,6 +52,9 @@ jobs:
52
deploy:
53
needs: build
54
runs-on: ubuntu-latest
55
+ permissions:
56
+ pages: write
57
+ id-token: write
58
environment:
59
name: github-pages
60
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments