Skip to content

Commit

Permalink
wiki switch to dtolnay/rust-toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
sragss committed Mar 14, 2024
1 parent a4dddca commit c791072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable

- id: 'auth'
uses: 'google-github-actions/auth@v2'
Expand All @@ -26,7 +27,6 @@ jobs:
mdbook-version: '0.4.10'

- name: Install mdbook-katex
uses: actions-rust-lang/setup-rust-toolchain@v1
run: cargo install mdbook-katex

- run: mdbook build ./book
Expand Down

0 comments on commit c791072

Please sign in to comment.