Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Apr 10, 2024
1 parent f1535cc commit 7b799d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docgen/json/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mkdir -p "$DOCS_PATH/"{1.2,1.3,1.4,1.5,1.6}
# Check to see if generate-schema-doc is executable and is in the path. If not, install JSON Schema for Humans.
if ! [ -x "$(command -v generate-schema-doc)" ]
then
# dependencies managed externally, so dependebot/renovate can pick it up
pip3 install -r "$THIS_PATH/requirements.txt"
fi

Expand Down

0 comments on commit 7b799d7

Please sign in to comment.