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 a5fb305  fix
a5fb305 is described below

commit a5fb305a17db220dee12dd602d711edde4ab1088
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Jul 23 20:36:32 2024 +0800

    fix
---
 .github/workflows/asf-site.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/asf-site.yml b/.github/workflows/asf-site.yml
index 39a7986..5d23496 100644
--- a/.github/workflows/asf-site.yml
+++ b/.github/workflows/asf-site.yml
@@ -28,6 +28,7 @@ jobs:
       - run: |
           git config --global user.name  "GitHub Actions"
           git config --global user.email "[email protected]"
+          git fetch --all
           git checkout asf-site
           echo 'publish:'           >> .asf.yaml
           echo '  whoami: asf-site' >> .asf.yaml

Reply via email to