We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3584e74 + 9de377f commit db0cb76Copy full SHA for db0cb76
1 file changed
.github/workflows/deploy_website.yml
@@ -35,7 +35,8 @@ jobs:
35
36
- name: Build with Hugo
37
run: |
38
- hugo --gc
+ git submodule update --init --recursive # fetch theme
39
+ make html
40
41
- name: Deploy pages
42
uses: actions/deploy-pages@v4
0 commit comments