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 fcb5ffc  simple build doc followup (#28)
fcb5ffc is described below

commit fcb5ffc3f64a4dfef08b80dcdb0e5c827a787c30
Author: cxzl25 <[email protected]>
AuthorDate: Wed Nov 22 17:32:53 2023 +0800

    simple build doc followup (#28)
---
 .github/workflows/site.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index 22d1a7e..7329a96 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -47,6 +47,10 @@ jobs:
           git checkout main -- .gitignore
           git add .gitignore
           git commit -m 'gitignore'
+      - run: |
+          git checkout main -- '.github/bin/build_docs.sh'
+          git add '.github/bin/build_docs.sh'
+          git commit -m '.github/bin/build_docs.sh'
       - run: |
           ./.github/bin/build_docs.sh 'heads/main.tar.gz' 'main'
       - run: |

Reply via email to