Skip to content

Commit

Permalink
Correct rust-docs component name
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 17, 2024
1 parent 45fadb2 commit fc9a4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc9a4a0

Please sign in to comment.