Skip to content

Commit b655456

Browse files
committed
Add cd steps to output dirs for debugging
1 parent 2a825df commit b655456

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
- name: Build
5252
run: npm run build
5353
working-directory: checkout-prefix
54+
- name: Output directory
55+
run: ls
56+
- name: Output checkout directory
57+
run: ls checkout-prefix
5458
# - name: Deploy functions
5559
# run: npm run deploy
5660
# - name: Output firebase debug log

0 commit comments

Comments
 (0)