From b4c554de0dfd364f797a5226914de79a0a8c6aed Mon Sep 17 00:00:00 2001 From: paul-loedige <59517210+ploedige@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:45:05 +0100 Subject: [PATCH] fixing build issues --- .gitea/workflows/hugo-deploy.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/hugo-deploy.yaml b/.gitea/workflows/hugo-deploy.yaml index 5444307..5dd48a5 100644 --- a/.gitea/workflows/hugo-deploy.yaml +++ b/.gitea/workflows/hugo-deploy.yaml @@ -13,6 +13,9 @@ jobs: steps: - name: Clone Repository uses: actions/checkout@v3 + with: + submodules: true + fetch-depth: 0 - name: Change to Repo Directory run: cd $GITEA_WORKSPACE @@ -22,11 +25,6 @@ jobs: apt-get update apt-get install -y hugo - - name: Debug Problems - run: | - apt-get install -y tree - tree - - name: Build Hugo Site run: hugo --minify --config hugo.toml