Add submodule init
All checks were successful
Deploy / Deploy (push) Successful in 8s

This commit is contained in:
Vezpi 2025-05-04 21:51:31 +02:00
parent 2962e65326
commit e4445e5e1a

View File

@ -18,6 +18,7 @@ jobs:
git config --global user.name "Gitea Actions"
git config --global user.email "actions@local"
git config --global --add safe.directory ${BLOG_FOLDER}
git submodule update --init --recursive
git pull
- name: Get current Hugo version