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 efe6d3e commit 68d155cCopy full SHA for 68d155c
.github/workflows/spin.yml
@@ -42,7 +42,7 @@ jobs:
42
working-directory: spin
43
env:
44
RUSTDOCFLAGS: '-Zunstable-options --enable-index-page'
45
- run: 'cargo doc -Zrustdoc-map --no-deps --all'
+ run: 'cargo doc -Zrustdoc-map --no-deps --all --exclude spin-cli'
46
47
- uses: actions/checkout@v3
48
with:
0 commit comments