Skip to content

Commit adb1ae9

Browse files
authored
Update hugo.yml
1 parent 04ee650 commit adb1ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Build
2828
run: hugo --minify
2929

30-
-run: ./fixSSH.sh
30+
- name: Fix ssh
31+
run: ./fixSSH.sh
3132

3233
- name: Deploy
3334
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)