diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0c85ce9..18f0516 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: - name: Build run: npm run build + - name: List build output (debug) + run: ls -R .next + - name: Upload production build artifact uses: actions/upload-artifact@v3 with: