Skip to content

Commit efe6d3e

Browse files
committed
Build all packages
1 parent 7acdd10 commit efe6d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spin.yml

Lines changed: 2 additions & 2 deletions
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 -p spin-core -p spin-app -p spin-sdk'
45+
run: 'cargo doc -Zrustdoc-map --no-deps --all'
4646

4747
- uses: actions/checkout@v3
4848
with:
@@ -59,4 +59,4 @@ jobs:
5959
git config user.name Fermybot
6060
git config user.email [email protected]
6161
git commit -m "Update $OUT"
62-
git push
62+
git push

0 commit comments

Comments
 (0)