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

This commit is contained in:
2025-06-08 08:01:57 -05:00
parent f183bd33a6
commit 9a430d6541

View File

@ -11,6 +11,7 @@ jobs:
with: with:
submodules: recursive # Fetch Hugo themes (true OR recursive) submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
token: ${{ secrets.PAT_TOKEN }}
- name: Install Hugo - name: Install Hugo
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@v3
with: with: