diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e953c8b..7e079e1 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,8 @@ jobs: steps: - name: Checkout run: | - git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git . + git clone https://git.alocoq.fr/alois/CoqBlog.git . + git submodule update --init --recursive - name: Install Hugo run: |