Skip to content

Commit

Permalink
Add build-dependencies into docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 17, 2024
1 parent fc9a4a0 commit 91f8ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
id: nightly
shell: bash
run: echo "version=$(cat .github/nightly-version)" >> $GITHUB_OUTPUT
- name: Build Dependencies
uses: ./.github/actions/build-dependencies
- name: Buld Rust docs
run: |
rustup toolchain install ${{ steps.nightly.outputs.version }} --profile minimal -c rust-docs
Expand Down

0 comments on commit 91f8ec5

Please sign in to comment.