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

This commit is contained in:
2025-06-08 10:41:09 -05:00
parent 9a430d6541
commit 3369c7eb6e

View File

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