Skip to content

Commit 9c5dd4a

Browse files
committed
chore(ci): fix rustdoc preview job
1 parent eb51f63 commit 9c5dd4a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rustdoc-preview.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ jobs:
4545
ref: ${{ github.event.pull_request.head.ref }}
4646

4747
- name: Install Rust toolchain
48-
uses: actions-rs/toolchain@v1
49-
with:
50-
toolchain: stable
48+
- uses: dtolnay/rust-toolchain@nightly
5149

5250
- name: Build rustdoc
53-
run: cargo rustdoc -- --cfg docsrs
51+
run: cargo rustdoc --features full -- --cfg docsrs
5452

5553
- name: Deploy rustdoc to gh-pages/pr-<PR_NUMBER>
5654
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)