diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e209783..1461292 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Install packages run: npm ci - name: Run npm build - run: npm run build:prod + run: DEBUG=* npx eleventy - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: