Skip to content

Commit 5d3dd2a

Browse files
committed
ci(github): Add debug output for Deploy workflow
1 parent 6fda37a commit 5d3dd2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
run: make install
3737

3838
- name: "Build"
39-
run: make build
39+
run: |
40+
make build
41+
echo
42+
ls -ls ${{github.workspace}}/www/dist
4043
4144
- name: Prepare tag
4245
id: prepare_tag

0 commit comments

Comments
 (0)