Skip to content

Commit c1e16e1

Browse files
authored
Merge pull request google#208 from google/workflow/gh-pages
github pages workflow fix
2 parents 4c2b079 + 68a0e73 commit c1e16e1

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)