From 0c6699e211e42ee47bc4392478b9ac0519cc1203 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 21 Aug 2024 23:10:34 +0200 Subject: [PATCH] does it build on the CI now with submodules? --- .gitea/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ae31b6d..0c2f138 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -23,6 +23,8 @@ jobs: wget https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_${HUGO_VERSION_SHORT}_linux-amd64.deb dpkg -i hugo_*.deb - uses: actions/checkout@v4 + with: + submodules: true - run: APP_VERSION=latest make - run: | SSH_PRIVATE_KEY=/private.key