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 eb51f63 commit 9c5dd4aCopy full SHA for 9c5dd4a
.github/workflows/rustdoc-preview.yml
@@ -45,12 +45,10 @@ jobs:
45
ref: ${{ github.event.pull_request.head.ref }}
46
47
- name: Install Rust toolchain
48
- uses: actions-rs/toolchain@v1
49
- with:
50
- toolchain: stable
+ - uses: dtolnay/rust-toolchain@nightly
51
52
- name: Build rustdoc
53
- run: cargo rustdoc -- --cfg docsrs
+ run: cargo rustdoc --features full -- --cfg docsrs
54
55
- name: Deploy rustdoc to gh-pages/pr-<PR_NUMBER>
56
uses: peaceiris/actions-gh-pages@v3
0 commit comments