Skip to content

Commit

Permalink
Merge pull request #5023 from vincepri/mdbook0411
Browse files Browse the repository at this point in the history
🌱 Upgrade mdbook to v0.4.11
  • Loading branch information
k8s-ci-robot authored Jul 28, 2021
2 parents c90f376 + b71c02f commit 2f3a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(RELEASELINK): $(TOOLS_DIR)/go.mod

MDBOOK := $(TOOLS_BIN_DIR)/mdbook
$(MDBOOK):
$(CRATE_INSTALL) --git rust-lang/mdBook --tag v0.4.10 --to $(TOOLS_BIN_DIR) --force
$(CRATE_INSTALL) --git rust-lang/mdBook --tag v0.4.11 --to $(TOOLS_BIN_DIR) --force

MDBOOK_LINKCHECK := $(TOOLS_BIN_DIR)/mdbook-linkcheck
$(MDBOOK_LINKCHECK):
Expand Down

0 comments on commit 2f3a76c

Please sign in to comment.