This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch new-site-dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/new-site-dev by this push:
new 7d0019a2 Update publish-site.sh
7d0019a2 is described below
commit 7d0019a210b902db00b0832de7d2cd5f61912bd0
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Mar 14 11:41:50 2024 -0700
Update publish-site.sh
---
scripts/publish-site.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/publish-site.sh b/scripts/publish-site.sh
index 2de2b725..c2e48179 100755
--- a/scripts/publish-site.sh
+++ b/scripts/publish-site.sh
@@ -52,7 +52,7 @@ else
fi
# Prepare the new-static-prod branch for the new build
-git fetch origin $DEPLOY_BRANCH:$DEPLOY_BRANCH
+git fetch origin $DEPLOY_BRANCH
git checkout $DEPLOY_BRANCH
# Replace old files with new build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]