Skip to content

Commit

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

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

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

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

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

0 comments on commit 1677ad1

Please sign in to comment.