From 652118f51f3a0fffbdee50dbd2da1b3e910941da Mon Sep 17 00:00:00 2001 From: Demian Date: Sat, 6 Jun 2026 18:59:20 +0200 Subject: [PATCH] Clean up workflow to use submodules: recursive --- .gitea/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 2860bf3..9f47374 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,11 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 - - - name: Checkout submodules - run: | - git submodule update --init --recursive + submodules: recursive - name: Setup Hugo uses: peaceiris/actions-hugo@v3