diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 12ad076..3a33ffa 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,10 +10,8 @@ jobs: runs-on: native steps: - name: Checkout - uses: actions/checkout@v4 - with: - submodules: recursive - + run: | + git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git . - name: Install Hugo run: | HUGO_VERSION=0.147.2