Skip to content

Commit 9a1c8ab

Browse files
committed
[WIP] Add inpect step
1 parent 1db065c commit 9a1c8ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
pygmentize -o preview/diff.html -l diff -f html -O full preview/diff.patch
6565
diffstat -l -p2 preview/diff.patch > diff.txt
6666
67+
- name: Inspect
68+
run: |
69+
du -csh preview/*
70+
tree preview
71+
6772
- name: Deploy to surge.sh
6873
run: npx surge ./preview $PREVIEW_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
6974

0 commit comments

Comments
 (0)