Skip to content

Commit

Permalink
mdBook 0.4.37 verwenden
Browse files Browse the repository at this point in the history
  • Loading branch information
damoasda committed May 12, 2024
1 parent 969bbae commit 070b439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
toolchain: stable

- name: Install mdbook
run: cargo install mdbook --vers "^0.4.36" --no-default-features
run: cargo install mdbook --vers "^0.4.37" --no-default-features

- name: Build Book
run: mdbook build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Die deutsche Übersetzung gibt es auch als **Taschenbuch** und als **E-Book**:

Schritte zum Bauen und Anschauen des Buchs:

1. mdBook installieren: `cargo install mdbook --vers "^0.4.36"`
1. mdBook installieren: `cargo install mdbook --vers "^0.4.37"`
2. Live-Vorschau-Server starten: `mdbook serve`
3. http://localhost:3000/ im Browser öffnen

Expand Down

0 comments on commit 070b439

Please sign in to comment.