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 6104695 commit ae2ad1aCopy full SHA for ae2ad1a
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
rust-version: nightly
37
- name: Generate Docs (reference docs.rs)
38
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(" ")')
+ 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(" ")')
40
- uses: actions/upload-pages-artifact@v1
41
with:
42
path: 'target/doc'
0 commit comments