Skip to content

Commit 1c8b33a

Browse files
authored
docs: fix kubernetes versions (argoproj#14274)
Signed-off-by: Alan Clucas <alan@clucas.org>
1 parent 22e9132 commit 1c8b33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ docs: /usr/local/bin/mkdocs \
762762
# check environment-variables.md contains all variables mentioned in the code
763763
./hack/docs/check-env-doc.sh
764764
# build the docs
765-
ifeq ($(RELEASE_TAG),true)
765+
ifeq ($(shell echo $(GIT_BRANCH) | head -c 8),release-)
766766
./hack/docs/tested-versions.sh > docs/tested-kubernetes-versions.md
767767
endif
768768
TZ=UTC mkdocs build --strict

0 commit comments

Comments
 (0)