Skip to content

Commit 0d116a4

Browse files
authored
Update demo.yml
1 parent 400880f commit 0d116a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
permissions:
1313
id-token: write
14-
contents: read
14+
contents: write
1515
pull-requests: write
1616

1717
jobs:
@@ -38,7 +38,7 @@ jobs:
3838
run: touch ./demo/.nojekyll
3939

4040
- name: deploy
41-
uses: peaceiris/actions-gh-pages@v3
41+
uses: peaceiris/actions-gh-pages@v4
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: ./demo

0 commit comments

Comments
 (0)