Skip to content

Commit

Permalink
try quickinstall/binstall i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrorcult committed Sep 10, 2023
1 parent d5a0768 commit c1b268e
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/mdBook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,10 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
- name: Install mdbook
uses: taiki-e/cache-cargo-install-action@v1.2.1
- name: Install mdbook & plugins
uses: taiki-e/install-action@v2.18.6
with:
tool: [email protected]
- name: Install mdbook-admonish
uses: taiki-e/[email protected]
with:
tool: [email protected]
- name: Install mdbook-linkcache
uses: taiki-e/[email protected]
with:
tool: [email protected]
- name: Install mdbook-mermaid
uses: taiki-e/[email protected]
with:
tool: [email protected]
- name: Install mdbook-template
uses: taiki-e/[email protected]
with:
tool: [email protected]
tool: [email protected],[email protected],[email protected],[email protected],[email protected]
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit c1b268e

Please sign in to comment.