remove debug logging

This commit is contained in:
Bernhard B 2026-07-18 22:21:40 +02:00
parent 7138ffde7c
commit 0e36e15f60

View File

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