From 213e7e496ae70964c3af0898e30a84c30f635d1c Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 20 Jan 2024 16:52:56 +0100 Subject: [PATCH] Checkout submodules when cloning --- .gitea/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 91b6d27..ef92eb9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: https://github.com/actions/checkout@v4 + with: + submodules: recursive - name: Deploy run: |