Enable all cargo features in Zebra's deployed docs (#5156)
This commit is contained in:
parent
c2514ba64a
commit
0d4a6a64d2
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
- name: Build external docs
|
- name: Build external docs
|
||||||
run: |
|
run: |
|
||||||
# Exclude zebra-utils, it is not for library or app users
|
# Exclude zebra-utils, it is not for library or app users
|
||||||
cargo doc --no-deps --workspace --exclude zebra-utils
|
cargo doc --no-deps --workspace --all-features --exclude zebra-utils
|
||||||
env:
|
env:
|
||||||
RUSTDOCFLAGS: '--html-in-header katex-header.html'
|
RUSTDOCFLAGS: '--html-in-header katex-header.html'
|
||||||
|
|
||||||
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build internal docs
|
- name: Build internal docs
|
||||||
run: |
|
run: |
|
||||||
cargo doc --no-deps --document-private-items
|
cargo doc --no-deps --workspace --all-features --document-private-items
|
||||||
env:
|
env:
|
||||||
RUSTDOCFLAGS: '--html-in-header katex-header.html'
|
RUSTDOCFLAGS: '--html-in-header katex-header.html'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue