We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209eadd commit 5ee99afCopy full SHA for 5ee99af
1 file changed
.github/workflows/gh-pages.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
with:
11
- submodules: true # Fetch Hugo themes (true OR recursive)
+ submodules: recursive # Fetch Hugo themes (true OR recursive)
12
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
13
14
- name: Setup Hugo
0 commit comments