Skip to content

Commit

Permalink
Downgrade mdbook
Browse files Browse the repository at this point in the history
All versions after 0.4.34 display multiple layout issues
  • Loading branch information
leudz committed Jul 10, 2024
1 parent 5498e9d commit 1919bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: download mdbook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"
mdbook-version: "0.4.34"

- run: cargo install mdbook-linkcheck

Expand All @@ -111,7 +111,7 @@ jobs:
- name: download mdbook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"
mdbook-version: "0.4.34"

- run: cargo install mdbook-linkcheck

Expand All @@ -134,7 +134,7 @@ jobs:
- name: download mdbook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"
mdbook-version: "0.4.34"

- run: cargo install mdbook-linkcheck

Expand Down

0 comments on commit 1919bbb

Please sign in to comment.