Skip to content

Commit

Permalink
Update website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Oct 19, 2024
1 parent 94d3658 commit eed2b4b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Install mdBook
run: cargo binstall -y mdbook

- name: Install mdBook plugins
run: cargo install mdbook-tabs mdbook-trunk
run: cargo binstall -y mdbook mdbook-tabs mdbook-trunk

- name: Run tests
run: mdbook test
Expand Down Expand Up @@ -64,10 +61,7 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Install mdBook and Trunk
run: cargo binstall -y mdbook trunk

- name: Install mdBook plugins
run: cargo install mdbook-tabs mdbook-trunk
run: cargo binstall -y mdbook mdbook-tabs mdbook-trunk trunk

- name: Install Node.js dependencies
run: npm install
Expand Down

0 comments on commit eed2b4b

Please sign in to comment.