We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e22e4 commit 673f27eCopy full SHA for 673f27e
.github/workflows/upload-docs.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Compress generated docs
44
run: |
45
pwd
46
- find . -maxdepth 1 -type d -ls
+ find . -maxdepth 2 -ls
47
tar czvf wasm.tar.gz docs/*
48
49
- name: Upload docs to AWS S3
0 commit comments