From 484df5de23f1688fba72b2299fd4c5e186db3a68 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sun, 26 May 2024 20:08:07 +0200 Subject: [PATCH] enable submodules to be extracted --- .forgejo/workflows/demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 517d247..bfd1efe 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -5,6 +5,8 @@ jobs: runs-on: docker steps: - uses: actions/checkout@v4 + with: + submodules: 'true' - uses: https://github.com/taiki-e/install-action@v2 with: tool: zola@0.17.1