Skip to content

Commit 673f27e

Browse files
committed
update debug output
1 parent d5e22e4 commit 673f27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Compress generated docs
4444
run: |
4545
pwd
46-
find . -maxdepth 1 -type d -ls
46+
find . -maxdepth 2 -ls
4747
tar czvf wasm.tar.gz docs/*
4848
4949
- name: Upload docs to AWS S3

0 commit comments

Comments
 (0)