We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3584e74 commit 9de377fCopy full SHA for 9de377f
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