Skip to content

Commit 4f73696

Browse files
authored
Update hugo.yml
1 parent 65d0445 commit 4f73696

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/hugo.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
- main
77

88
permissions:
9-
contents: write
9+
pages: write
10+
id-token: write
1011

1112
jobs:
1213
deploy:
@@ -26,9 +27,6 @@ jobs:
2627
- name: Build
2728
run: hugo --minify
2829

29-
# Fix SSH configuration of the container
30-
- run: ./fixSSH.sh
31-
3230
- name: Deploy
3331
uses: peaceiris/actions-gh-pages@v4
3432
with:

0 commit comments

Comments
 (0)