From ac9f810e70242d855500e8ceeec876853bd5e3a2 Mon Sep 17 00:00:00 2001 From: paul-loedige <59517210+ploedige@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:38:40 +0100 Subject: [PATCH] more debugging --- .gitea/workflows/hugo-deploy.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo-deploy.yaml b/.gitea/workflows/hugo-deploy.yaml index 90cd863..5444307 100644 --- a/.gitea/workflows/hugo-deploy.yaml +++ b/.gitea/workflows/hugo-deploy.yaml @@ -22,8 +22,13 @@ 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 + run: hugo --minify --config hugo.toml - name: Deploy to Hugo Container run: |