Update .gitea/workflows/hugo-build.yml

This commit is contained in:
2025-06-09 09:31:52 -05:00
parent 9839f43173
commit f91896b4f0

View File

@ -24,4 +24,5 @@ jobs:
- name: Commit changes - name: Commit changes
run: | run: |
git submodule update --init --recursive --remote -f git submodule update --init --recursive --remote -f
git status git commit -am "updating submodules"
git push