Skip to content

Commit c734ae9

Browse files
authored
Update hugo.yml
1 parent 3dc6b53 commit c734ae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/hugo.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Build
2727
run: hugo --minify
2828

29+
# Fix SSH configuration of the container
30+
- run: ./fix_ssh.sh
31+
2932
- name: Deploy
3033
uses: peaceiris/actions-gh-pages@v4
3134
with:

0 commit comments

Comments
 (0)