From 9c5dd4a53c70a0dde1bcfbd54130b35842afac95 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 16 Sep 2025 10:07:05 -0400 Subject: [PATCH] chore(ci): fix rustdoc preview job --- .github/workflows/rustdoc-preview.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rustdoc-preview.yml b/.github/workflows/rustdoc-preview.yml index f381d2c..b99c8ab 100644 --- a/.github/workflows/rustdoc-preview.yml +++ b/.github/workflows/rustdoc-preview.yml @@ -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- uses: peaceiris/actions-gh-pages@v3