diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6359c58c71..29b263e3dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,5 +88,11 @@ jobs: name: Install run: npm ci + - name: Install Chrome for Puppeteer + run: npx puppeteer browsers install chrome + - name: Build run: npm run build + + - name: Debug + run: ls -la dist/_nuxt/content 2>&1 || true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 716aa548bd..40e956bfe3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: NODE_ENV: production - name: Debug - run: ls -la dist/ .output/public/ 2>&1 || true + run: ls -la dist/_nuxt/content 2>&1 || true - name: Upload uses: actions/upload-pages-artifact@v3