Update .gitea/workflows/hugo-build.yml
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 5s
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive # Fetch Hugo themes (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
token: ${{ secret.PAT_TOKEN }}
|
||||
- name: Update submodules
|
||||
run: |
|
||||
git pull
|
||||
|
Reference in New Issue
Block a user