Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/rustdoc-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: dtolnay/rust-toolchain@nightly

- name: Build rustdoc
run: cargo rustdoc -- --cfg docsrs
run: cargo rustdoc --features full -- --cfg docsrs

- name: Deploy rustdoc to gh-pages/pr-<PR_NUMBER>
uses: peaceiris/actions-gh-pages@v3
Expand Down
Loading