Skip to content

Commit 7ecf0e1

Browse files
authored
Update hugo.yml (#17)
* Update hugo.yml * Update hugo.yml
1 parent adb1ae9 commit 7ecf0e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/hugo.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: github pages
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
78

89
permissions:
10+
contents: write
911
pages: write
1012
id-token: write
1113

@@ -27,9 +29,6 @@ jobs:
2729
- name: Build
2830
run: hugo --minify
2931

30-
- name: Fix ssh
31-
run: ./fixSSH.sh
32-
3332
- name: Deploy
3433
uses: peaceiris/actions-gh-pages@v4
3534
with:

0 commit comments

Comments
 (0)