Build action adjustment for submodules
This commit is contained in:
parent
c259acce6f
commit
91fe61d0ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/regen-gh-pages.yml
vendored
2
.github/workflows/regen-gh-pages.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
submodules: recursive # Fetch Hugo themes (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Setup Hugo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue