Skip to content

Commit 68d155c

Browse files
committed
Except spin-cli
1 parent efe6d3e commit 68d155c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: spin
4343
env:
4444
RUSTDOCFLAGS: '-Zunstable-options --enable-index-page'
45-
run: 'cargo doc -Zrustdoc-map --no-deps --all'
45+
run: 'cargo doc -Zrustdoc-map --no-deps --all --exclude spin-cli'
4646

4747
- uses: actions/checkout@v3
4848
with:

0 commit comments

Comments
 (0)