cleanup
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 18s

This commit is contained in:
2025-06-08 07:13:19 -05:00
parent 88e16441a9
commit 694ece5d50

View File

@ -9,7 +9,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: Install Hugo
uses: peaceiris/actions-hugo@v3