We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 621d74f + 8f3947f commit 37d5bb9Copy full SHA for 37d5bb9
1 file changed
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/cache@v5
26
with:
27
path: ./node_modules
28
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
+ key: v2-${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
29
30
- if: steps.cache.outputs.cache-hit != 'true'
31
name: Install
@@ -37,6 +37,9 @@ jobs:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
45
0 commit comments