Skip to content

Commit ca0d76e

Browse files
committed
add debug
1 parent ed59527 commit ca0d76e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy_quartz.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- uses: actions/setup-node@v4
2929
with:
3030
node-version: 22
31+
- name: Debug
32+
run: |
33+
pwd
34+
ls
3135
- name: Install Dependencies
3236
run: npm ci
3337
- name: Build Quartz

0 commit comments

Comments
 (0)