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

This commit is contained in:
2025-06-09 23:08:50 -05:00
parent a9ee7f20a4
commit 3329a8d29f

View File

@ -21,9 +21,8 @@ jobs:
git config --global user.name "${{ gitea.actor }}"
git submodule update --init --recursive --remote -f
git commit -am "updating submodules"
git push
git push | return 0
- name: Install Hugo
if: always()
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'