Skip to content

Commit 4cd41b4

Browse files
committed
chore: update docs
1 parent 770a25e commit 4cd41b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: git submodule update --init --recursive
2828

2929
- 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
30+
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
3131
- name: Publish documentation
3232
run: |
3333
cd target/doc

0 commit comments

Comments
 (0)