forked from oracle-terraform-modules/terraform-oci-oke
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: updated mdbook component version in Makefile
Signed-off-by: Ali Mukadam <[email protected]>
- Loading branch information
Showing
4 changed files
with
356 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ tfdocs: terraform-docs iam.tfdocs network.tfdocs bastion.tfdocs cluster.tfdocs w | |
|
||
.PHONY: mdbook | ||
mdbook: | ||
cargo install --locked --force [email protected] mdbook-admonish@1.10.2 [email protected].2 [email protected].1 mdbook-pagetoc@0.1.7 | ||
cargo install --locked --force [email protected] mdbook-admonish@1.17.1 [email protected].4 [email protected].2 mdbook-pagetoc@0.2.0 | ||
|
||
.PHONY: mdbuild | ||
mdbuild: mdbook tfdocs ## Generate documention | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.