We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a24706 commit 4915509Copy full SHA for 4915509
1 file changed
.github/workflows/deploy.yml
@@ -40,15 +40,18 @@ jobs:
40
with:
41
path: .vitepress/dist
42
43
- # Deployment job
+ # Deployment job
44
deploy:
45
environment:
46
name: github-pages
47
url: ${{ steps.deployment.outputs.page_url }}
48
needs: build
49
runs-on: ubuntu-latest
50
name: Deploy
51
+ permissions:
52
+ pages: write
53
+ id-token: write
54
steps:
55
- name: Deploy to GitHub Pages
56
id: deployment
- uses: actions/deploy-pages@v4
57
+ uses: actions/deploy-pages@v4
0 commit comments