Skip to content

Commit 9de377f

Browse files
authored
Update ghpages deployment to fetch theme
1 parent 3584e74 commit 9de377f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
3636
- name: Build with Hugo
3737
run: |
38-
hugo --gc
38+
git submodule update --init --recursive # fetch theme
39+
make html
3940
4041
- name: Deploy pages
4142
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)