Skip to content

Commit

Permalink
Revert to mdbook v0.4.34 because of sidebar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Nov 9, 2023
1 parent e6c7f27 commit 6001496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Rust (rustup)
run: rustup update stable --no-self-update && rustup default stable
- name: Install mdBook
run: cargo install mdbook
run: cargo install --version 0.4.34 mdbook
- name: Build book
run: mdbook build .
- name: Deploy to GitHub
Expand Down

0 comments on commit 6001496

Please sign in to comment.