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