Correct rust-docs component name

This commit is contained in:
Luke Parker 2024-10-17 18:12:35 -04:00
parent 45fadb21ac
commit fc9a4a08b8
No known key found for this signature in database

View file

@ -67,7 +67,7 @@ jobs:
run: echo "version=$(cat .github/nightly-version)" >> $GITHUB_OUTPUT
- name: Buld Rust docs
run: |
rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -c doc
rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -c rust-docs
RUSTDOCFLAGS="--cfg docsrs" cargo +${{ steps.nightly.outputs.version }} doc --workspace --no-deps --all-features
mv target/doc docs/_site/rust