This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new a540005728 1
new 90cb22c10f Merge branch 'master' of
https://github.com/apache/doris-website
a540005728 is described below
commit a540005728aa13e4503ffe1f2ea5a623d243a892
Author: jiafeng.zhang <[email protected]>
AuthorDate: Thu Jul 21 01:22:41 2022 +0800
1
1
---
.github/workflows/manual-deploy-website.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/manual-deploy-website.yml
b/.github/workflows/manual-deploy-website.yml
index 070a4f8517..9bd909c663 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -30,6 +30,7 @@ jobs:
- name: Deploy website
if: ${{ github.event.inputs.branch == 'master' }}
run: |
+ git config --global http.postBuffer 524288000
git fetch
git checkout -b asf-site remotes/origin/asf-site
cp -r build/* ./
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]