From 0e36e15f606f1f3b38ddb87d7c223309844cfa8f Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 18 Jul 2026 22:21:40 +0200 Subject: [PATCH] remove debug logging --- .github/workflows/deploy-pages.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index e53c257..686dc20 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -27,14 +27,6 @@ jobs: VERSION=$(git describe --tags --always) src/docs/build-static-bundle.sh site "$VERSION" - - name: Debug site - run: | - echo "PWD: $(pwd)" - ls -la - ls -la site - du -sh site - find site -type f -exec ls -lh {} \; - - name: Upload Pages artifact uses: actions/upload-pages-artifact@v5 with: