Skip to content

Commit

Permalink
Don't ask for confirmation during install
Browse files Browse the repository at this point in the history
  • Loading branch information
earthnuker committed May 12, 2024
1 parent 6bc44e1 commit a1ead31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo binstall mdbook mdbook-linkcheck mdbook-mermaid mdbook-katex
cargo binstall -y mdbook mdbook-linkcheck mdbook-mermaid mdbook-katex
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit a1ead31

Please sign in to comment.