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