Skip to content

Commit ae2ad1a

Browse files
committed
fix doc generation
1 parent 6104695 commit ae2ad1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
rust-version: nightly
3737
- name: Generate Docs (reference docs.rs)
3838
run: |
39-
cargo rustdoc -- --cfg docsrs -Z unstable-options $(cargo metadata --format-version 1 | jq --raw-output '.packages | map("--extern-html-root-url=\(.name)=https://docs.rs/\(.name)/\(.version)") | join(" ")')
39+
cargo rustdoc --all-features -- --cfg docsrs -Z unstable-options $(cargo metadata --format-version 1 | jq --raw-output '.packages | map("--extern-html-root-url=\(.name)=https://docs.rs/\(.name)/\(.version)") | join(" ")')
4040
- uses: actions/upload-pages-artifact@v1
4141
with:
4242
path: 'target/doc'

0 commit comments

Comments
 (0)