Skip to content

Commit 3d88d3d

Browse files
committed
Merge branch 'main' into settings
2 parents 8b8f85e + 0cff0a7 commit 3d88d3d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test-deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ jobs:
2424
with:
2525
node-version: 20
2626
cache: npm
27-
27+
- name: Debug paths
28+
run: |
29+
pwd
30+
ls -la
31+
ls -la ./docs
32+
ls -la ./docs/package-lock.json
2833
- name: Install dependencies
2934
run: npm ci
3035
- name: Test build website

0 commit comments

Comments
 (0)