We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e9132 commit 1c8b33aCopy full SHA for 1c8b33a
Makefile
@@ -762,7 +762,7 @@ docs: /usr/local/bin/mkdocs \
762
# check environment-variables.md contains all variables mentioned in the code
763
./hack/docs/check-env-doc.sh
764
# build the docs
765
-ifeq ($(RELEASE_TAG),true)
+ifeq ($(shell echo $(GIT_BRANCH) | head -c 8),release-)
766
./hack/docs/tested-versions.sh > docs/tested-kubernetes-versions.md
767
endif
768
TZ=UTC mkdocs build --strict
0 commit comments