Skip to content

Commit db0cb76

Browse files
authored
Merge pull request #5 from melissawm/add-theme
Update ghpages deployment to fetch theme
2 parents 3584e74 + 9de377f commit db0cb76

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)