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: |