From bef11316e330835d2a1478d82a8be1d4e6b6050f Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 18 Jul 2026 13:03:20 +0200 Subject: [PATCH] dummy change to test github workflow --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 21eaaac..97c56fd 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -33,7 +33,7 @@ jobs: ls -la ls -la site du -sh site - find site -type f -exec ls -lh {} \; + find site -type f -exec ls -lh {} \; - name: Upload Pages artifact uses: actions/upload-pages-artifact@v5