Skip to content

Commit

Permalink
chore(docs): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Oct 19, 2024
1 parent 9cc595f commit 3466fe6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions hack/generate-config-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ cd "${GOKOALA_ROOT}"

if ! command -v type2md &> /dev/null
then
echo "installing type2md"
# using fork: https://github.com/rkettelerij/type2md/tree/fork maybe permanently but at least
# until PRs https://github.com/eleztian/type2md/pull/1 and https://github.com/eleztian/type2md/pull/2 are merged
go get github.com/rkettelerij/type2md@c111a3b53690f56f658c742bda79448ed0b398e6
go install github.com/rkettelerij/type2md@c111a3b53690f56f658c742bda79448ed0b398e6
echo "installing type2md tool"
# using fork: https://github.com/rkettelerij/type2md/tree/fork, likely permanently but at least
# until the following PRs are merged.
# - https://github.com/eleztian/type2md/pull/1
# - https://github.com/eleztian/type2md/pull/2
go install -mod readonly github.com/rkettelerij/type2md@c111a3b53690f56f658c742bda79448ed0b398e6
fi

echo "generating markdown configuration reference from config structs"
Expand Down

0 comments on commit 3466fe6

Please sign in to comment.