We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d5bb9 commit 0a51f6cCopy full SHA for 0a51f6c
2 files changed
.github/workflows/ci.yml
@@ -90,3 +90,6 @@ jobs:
90
91
- name: Build
92
run: npm run build
93
+
94
+ - name: Debug
95
+ run: ls -la dist/_nuxt/content 2>&1 || true
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
NODE_ENV: production
39
40
- name: Debug
41
- run: ls -la dist/ .output/public/ 2>&1 || true
42
43
- name: Upload
44
uses: actions/upload-pages-artifact@v3
0 commit comments