This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git
The following commit(s) were added to refs/heads/main by this push:
new d9809fc config git
d9809fc is described below
commit d9809fc1886a68581d8e3e47d25ceba6c2ea6b54
Author: Cheng Pan <[email protected]>
AuthorDate: Sun Nov 27 23:41:14 2022 +0800
config git
---
.github/workflows/site.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index a10aade..b53ca5c 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -36,8 +36,10 @@ jobs:
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force --remote-branch asf-site
- run: |
+ git config --global user.name "Celeborn"
+ git config --global user.email "[email protected]"
git checkout asf-site
- echo 'publish:' >> .asf.yaml
+ echo 'publish:' >> .asf.yaml
echo ' whoami: asf-site' >> .asf.yaml
- git commit -am '.asf.yaml' --author 'Celeborn
<[email protected]>'
+ git commit -am '.asf.yaml'
git push