From 02247941cd88f70e54ffd93c6ef2fa85353aa872 Mon Sep 17 00:00:00 2001 From: watson Date: Tue, 22 Jul 2025 17:23:05 +0200 Subject: [PATCH] Testing Actions --- .forgejo/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 9fc4a6b..4eebe90 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v4 + with: + submodules: 'true' - name: Install dependencies and Hugo run: |