Skip to content

Commit 68a0e73

Browse files
committed
github pages workflow fix
1 parent 4c2b079 commit 68a0e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# extended: true
2727

2828
- name: Build
29-
run: hugo --minify
29+
run: cd src && hugo --minify
3030

3131
- name: Deploy
3232
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)