Update .gitea/workflows/hugo-build.yml
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 7s
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 7s
This commit is contained in:
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
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: Update submodules
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user