Skip to content

Commit 5ee99af

Browse files
committed
fix theme
1 parent 209eadd commit 5ee99af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
with:
11-
submodules: true # Fetch Hugo themes (true OR recursive)
11+
submodules: recursive # Fetch Hugo themes (true OR recursive)
1212
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1313

1414
- name: Setup Hugo

0 commit comments

Comments
 (0)