-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ali Mukadam <[email protected]>
- Loading branch information
Showing
6 changed files
with
98 additions
and
451 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,7 @@ jobs: | |
name: Install mdbook | ||
env: | ||
CARGO_HOME: ./cargo | ||
# run: cargo install --locked --force [email protected] [email protected] [email protected] [email protected] [email protected] | ||
run: cargo install --locked --force [email protected] [email protected] [email protected] [email protected] [email protected] | ||
run: cargo install --locked --force [email protected] [email protected] [email protected] [email protected] [email protected] | ||
|
||
install-tfdocs: | ||
environment: | ||
|
@@ -75,7 +74,7 @@ jobs: | |
run: | | ||
export PATH=${PWD}/cargo/bin:${PATH} | ||
cd docs | ||
mdbook-admonish install | ||
mdbook-admonish install --css-dir src/css | ||
- name: Generate docs | ||
shell: bash | ||
env: | ||
|
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,8 +83,8 @@ tfdocs: terraform-docs iam.tfdocs network.tfdocs bastion.tfdocs cluster.tfdocs w | |
|
||
.PHONY: mdbook | ||
mdbook: | ||
cargo install --locked --force [email protected].34 mdbook-admonish@1.17.1 [email protected] [email protected] [email protected] | ||
|
||
cargo install --locked --force [email protected].40 mdbook-admonish@1.18.0 [email protected] [email protected] [email protected] && \ | ||
cd docs && mdbook-admonish install --css-dir src/css | ||
.PHONY: mdbuild | ||
mdbuild: mdbook tfdocs ## Generate documention | ||
mdbook build docs | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.