From 081248d38752b008e2412d27817eb231bf2f8e88 Mon Sep 17 00:00:00 2001 From: brookee Date: Thu, 29 Feb 2024 23:12:50 -0500 Subject: [PATCH] recursive --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a3d9b4e..c2a71b9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - recursive: true + submodules: 'recursive' - name: Add key run: | mkdir $HOME/.ssh && \