Skip to content

Commit

Permalink
reintroduced faster mdbook install
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Nov 28, 2023
1 parent 7414cd9 commit ce68661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/install_mdbook_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o pipefail

# simple script to automate cleaning an existing mdbook install then installing it fresh for each deploy.

# pinning minor version to this: allows for updates but no breaking changes
# pinning minor version allows for updates but no breaking changes
MINOR_VERSION=0.4
# if a new plugin is added to the books it needs to be added here also
declare -a plugins=("admonish" "linkcheck" "last-changed" "theme" "variables")
Expand Down

0 comments on commit ce68661

Please sign in to comment.