Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Feb 14, 2020
1 parent 43ebd3e commit 517de59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,8 @@ serve-docs:
release-ghpages: helm-chart docs
@echo "Releasing Helm chart $(VERSION_FULL)"
cp hack/docs-unstable-index.sh $(BUILD_OUTPUT)/docs-unstable-index.sh
git reset
git stash save --keep-index --include-untracked
git stash drop
git checkout gh-pages
git pull
ifeq (true, $(PRE_RELEASE))
Expand Down

0 comments on commit 517de59

Please sign in to comment.