Skip to content

Commit 8461c5a

Browse files
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@fd40109 (#495)
Reference-to: stackabletech/operator-templating@fd40109 (Add make render-doc command)
1 parent f782aa7 commit 8461c5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ SHELL=/usr/bin/env bash -euo pipefail
2929
render-readme:
3030
scripts/render_readme.sh
3131

32+
render-docs:
33+
scripts/docs_templating.sh
34+
3235
## Docker related targets
3336
docker-build:
3437
docker build --force-rm --build-arg VERSION=${VERSION} -t "${DOCKER_REPO}/${ORGANIZATION}/${OPERATOR_NAME}:${VERSION}-${ARCH}" -f docker/Dockerfile .

0 commit comments

Comments
 (0)