From 2d03a6c0ce7e1b96d2003b8a7dab0bbee710a0d4 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 18 Jul 2026 12:53:53 +0200 Subject: [PATCH] added debug output to deploy-pages.yml --- .github/workflows/deploy-pages.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index e4fd14a..21eaaac 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -27,6 +27,14 @@ jobs: - name: Build static documentation bundle run: src/docs/build-static-bundle.sh site "${{ github.event.release.tag_name }}" + - 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: