Skip to content

Commit 8475058

Browse files
committed
feat: add additional steps for debuguing
1 parent 1cf50f3 commit 8475058

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ jobs:
8080
with:
8181
name: github-pages
8282
path: artifact
83+
84+
- name: print full path of artifact
85+
run: |
86+
echo "Full path of artifact: ${{ steps.download.outputs.path }}"
87+
88+
- name: navigate to artifact
89+
run: |
90+
cd artifact
91+
ls -la
92+
93+
- name: navigate back to root
94+
run: |
95+
cd ..
96+
8397
- name: Copy build files
8498
run: |
8599
rm -rf ./*

0 commit comments

Comments
 (0)