Skip to content

Commit 43ebd3e

Browse files
committed
Fix release script
1 parent 6f93e2a commit 43ebd3e

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
@@ -841,7 +841,7 @@ serve-docs:
841841
release-ghpages: helm-chart docs
842842
@echo "Releasing Helm chart $(VERSION_FULL)"
843843
cp hack/docs-unstable-index.sh $(BUILD_OUTPUT)/docs-unstable-index.sh
844-
git reset
844+
git reset
845845
git checkout gh-pages
846846
git pull
847847
ifeq (true, $(PRE_RELEASE))

0 commit comments

Comments
 (0)