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