Skip to content

Commit

Permalink
tried to fix autogenerate script
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe committed Mar 30, 2023
1 parent a993edb commit b5c75ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/generate-crd-docs/generate-crd-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Inputs: None

# renovate: datasource=github-releases depName=elastic/api-ref-docs
# renovate: datasource=github-releases depName=elastic/crd-ref-docs
GENERATOR_VERSION=master
API_DOMAIN="keptn.sh"
API_ROOT='operator/apis/'
Expand Down Expand Up @@ -56,7 +56,7 @@ for api_group in "$API_ROOT"*; do
mkdir -p "$OUTPUT_PATH"

echo "Generating API docs for $sanitized_api_group.$API_DOMAIN/$sanitized_api_version..."
api-ref-docs \
crd-ref-docs \
--templates-dir "$TEMPLATE_DIR" \
--source-path="./$api_version" \
--renderer="$RENDERER" \
Expand Down

0 comments on commit b5c75ad

Please sign in to comment.