Skip to content

Commit 7721c88

Browse files
authored
- need submodules
1 parent 30f5acf commit 7721c88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_page.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
with:
32+
submodules: recursive
33+
show-progress: false
3134
- run: sed -i 's/enableGitInfo = true/enableGitInfo = false/' ./site/config.toml
3235
- run: docker pull klakegg/hugo:0.68.0
3336
- run: docker run -e HUGO_DESTINATION=public -v $(pwd)/site:/src klakegg/hugo:0.68.0 -d public

0 commit comments

Comments
 (0)