Update .gitea/workflows/hugo-build.yml
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
2025-06-15 12:54:45 -05:00
parent 5b2068a04a
commit 6a95e7c36c

View File

@ -15,7 +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 }}
token: ${{ secrets.PAT_TOKEN }}
- name: Update submodules
run: |
git pull