mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Add build-dependencies into docs build
This commit is contained in:
parent
fc9a4a08b8
commit
91f8ec53d9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue