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: