We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef8391 commit 54a59f3Copy full SHA for 54a59f3
1 file changed
.github/workflows/gh-pages.yml
@@ -11,7 +11,7 @@ on:
11
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
permissions:
14
- contents: read
+ contents: write
15
pages: write
16
id-token: write
17
@@ -45,7 +45,7 @@ jobs:
45
pnpm run build
46
47
- name: Deploy to GH Pages
48
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
49
with:
50
github_token: ${{ secrets.GITHUB_TOKEN }}
51
publish_dir: web/dist
0 commit comments