updating pipeline
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 17s

This commit is contained in:
2025-06-08 06:59:47 -05:00
parent f06ee9a393
commit 2a615fc015

View File

@ -9,7 +9,7 @@ jobs:
- name: Check out code - name: Check out code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: 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 fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Install Hugo - name: Install Hugo
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@v3