You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by ch...@apache.org on 2022/11/27 15:26:15 UTC

[incubator-celeborn-website] branch main updated: Deploy

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 a76b725  Deploy
a76b725 is described below

commit a76b725cb4789a5c3722f183ffa826a9e3213b20
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun Nov 27 23:26:06 2022 +0800

    Deploy
---
 .github/workflows/site.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index 83c73ab..b839d20 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -35,3 +35,9 @@ jobs:
           cp incubator-celeborn-main/docs/configuration/* docs/configuration/
       - run: pip install -r requirements.txt
       - run: mkdocs gh-deploy --force --remote-branch asf-site
+      - run:
+          git checkout asf-site
+          echo 'publish:' >> .asf.yaml
+          echo '  whoami: asf-site' >> .asf.yaml
+          git commit -am '.asf.yaml'
+          git push