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 7acdd10 commit efe6d3eCopy full SHA for efe6d3e
.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 -p spin-core -p spin-app -p spin-sdk'
+ run: 'cargo doc -Zrustdoc-map --no-deps --all'
46
47
- uses: actions/checkout@v3
48
with:
@@ -59,4 +59,4 @@ jobs:
59
git config user.name Fermybot
60
git config user.email [email protected]
61
git commit -m "Update $OUT"
62
- git push
+ git push
0 commit comments