From 882157ed4c4d35de77ee299a3563ce1169594f5f Mon Sep 17 00:00:00 2001 From: paul-loedige <59517210+ploedige@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:37:50 +0100 Subject: [PATCH] removed debugging comments --- .gitea/workflows/hugo-deploy.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitea/workflows/hugo-deploy.yaml b/.gitea/workflows/hugo-deploy.yaml index 45c8953..da4e145 100644 --- a/.gitea/workflows/hugo-deploy.yaml +++ b/.gitea/workflows/hugo-deploy.yaml @@ -28,17 +28,6 @@ jobs: - name: Build Hugo Site run: hugo --minify --config hugo.toml -d /output - # - name: Debug - # run: | - # apt-get install -y tree - # tree / - - # - name: Deploy Hugo Site - # run: | - # docker run --rm \ - # --mount type=bind,source=/var/gitea/hugo-output,target=/output \ - # ubuntu:latest \ - # /bin/bash -c "echo 'This is a test' > /output/index.html" - name: Deploy Hugo Site run: docker cp /output/. gitea-runner:/output