We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c559e5e + 655b3cd commit 2ab9412Copy full SHA for 2ab9412
1 file changed
.github/workflows/ci-docs.yaml
@@ -30,9 +30,13 @@ jobs:
30
- name: Build docs
31
run: |
32
cargo doc \
33
- --no-deps --all-features \
+ --no-deps \
34
--package oasis-core-runtime \
35
- --package oasis-runtime-sdk \
+ --package oasis-runtime-sdk
36
+
37
+ cargo doc \
38
39
+ --all-features \
40
--package oasis-runtime-sdk-macros \
41
--package oasis-runtime-sdk-contracts \
42
--package oasis-contract-sdk \
0 commit comments