This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0e232b1 Fix asf-site deploy
0e232b1 is described below
commit 0e232b1886a551ba6f330bb7388b0c118b6421da
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Jul 23 20:31:47 2024 +0800
Fix asf-site deploy
---
.github/workflows/asf-site.yml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.github/workflows/asf-site.yml b/.github/workflows/asf-site.yml
index 42c7766..39a7986 100644
--- a/.github/workflows/asf-site.yml
+++ b/.github/workflows/asf-site.yml
@@ -25,3 +25,12 @@ jobs:
publish_dir: content
destination_dir: content
force_orphan: true
+ - run: |
+ git config --global user.name "GitHub Actions"
+ git config --global user.email "[email protected]"
+ git checkout asf-site
+ echo 'publish:' >> .asf.yaml
+ echo ' whoami: asf-site' >> .asf.yaml
+ git add .asf.yaml
+ git commit -m '.asf.yaml'
+ git push origin asf-site