diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index 0d68af0..d83c038 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -23,6 +23,8 @@ jobs: chown -R root:root /root/.ssh - name: Git Submodule Update run: | + git submodule init + git submodule update --init --recursive git pull --recurse-submodules git submodule update --remote --recursive - name: Commit update