From 89cc274881b30849b5d94fec3ad6ef457386ea7f Mon Sep 17 00:00:00 2001 From: David Lick Date: Sat, 4 May 2024 18:34:19 -0400 Subject: [PATCH] fetch submodules before building --- .gitea/workflows/build-and-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 8bb08d3..fc5f751 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -9,6 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: srt32/git-actions@master + with: + args: "git submodule update --init --recursive" - uses: jakejarvis/hugo-build-action@v0.111.3 with: args: --minify