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
commit 5278e9ab532d20b0c0475688259c1e613c1ba5b2 Author: Cheng Pan <[email protected]> AuthorDate: Tue Jul 23 20:31:47 2024 +0800 Fix asf-site deploy --- .github/workflows/asf-site.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/asf-site.yml b/.github/workflows/asf-site.yml index 42c7766..49b2617 100644 --- a/.github/workflows/asf-site.yml +++ b/.github/workflows/asf-site.yml @@ -25,3 +25,11 @@ jobs: publish_dir: content destination_dir: content force_orphan: true + - run: | + git fetch --all + git checkout asf-site + echo 'publish:' >> .asf.yaml + echo ' whoami: asf-site' >> .asf.yaml + git add .asf.yaml + git commit -m '.asf.yaml' --author "GitHub Actions <[email protected]>" + git push origin asf-site
