Add build-dependencies into docs build

This commit is contained in:
Luke Parker 2024-10-17 18:29:47 -04:00
parent fc9a4a08b8
commit 91f8ec53d9
No known key found for this signature in database

View file

@ -65,6 +65,8 @@ jobs:
id: nightly id: nightly
shell: bash shell: bash
run: echo "version=$(cat .github/nightly-version)" >> $GITHUB_OUTPUT run: echo "version=$(cat .github/nightly-version)" >> $GITHUB_OUTPUT
- name: Build Dependencies
uses: ./.github/actions/build-dependencies
- name: Buld Rust docs - name: Buld Rust docs
run: | run: |
rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -c rust-docs rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -c rust-docs