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 770a25e commit 4cd41b4Copy full SHA for 4cd41b4
.github/workflows/publish-docs.yml
@@ -27,7 +27,7 @@ jobs:
27
run: git submodule update --init --recursive
28
29
- name: Build documentation
30
- run: RUST_BACKTRACE=1 cargo doc --all-features --no-deps --release --workspace --exclude open-runtime-module-library/LICENSE --exclude open-runtime-module-library/** --exclude ./open-runtime-module-library/utilities --exclude webb-client
+ run: RUST_BACKTRACE=1 cargo doc --all-features --no-deps --release --workspace --exclude open-runtime-module-library/LICENSE --exclude open-runtime-module-library/currencies --exclude open-runtime-module-library/traits --exclude ./open-runtime-module-library/utilities --exclude webb-client
31
- name: Publish documentation
32
run: |
33
cd target/doc
0 commit comments