From a5fb305a17db220dee12dd602d711edde4ab1088 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Tue, 23 Jul 2024 20:36:32 +0800 Subject: [PATCH] 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 39a79866..5d23496e 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 "dev@kyuubi.apache.org" + git fetch --all git checkout asf-site echo 'publish:' >> .asf.yaml echo ' whoami: asf-site' >> .asf.yaml