Skip to content

Commit

Permalink
Merge pull request #2039 from oasisprotocol/kostko/fix/docs-features
Browse files Browse the repository at this point in the history
ci: Fix cargo doc build due to incompatible features
  • Loading branch information
kostko authored Oct 21, 2024
2 parents c559e5e + 655b3cd commit 2ab9412
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
- name: Build docs
run: |
cargo doc \
--no-deps --all-features \
--no-deps \
--package oasis-core-runtime \
--package oasis-runtime-sdk \
--package oasis-runtime-sdk
cargo doc \
--no-deps \
--all-features \
--package oasis-runtime-sdk-macros \
--package oasis-runtime-sdk-contracts \
--package oasis-contract-sdk \
Expand Down

0 comments on commit 2ab9412

Please sign in to comment.