This is an automated email from the ASF dual-hosted git repository. yuzelin pushed a commit to branch pypaimon_0.2.0 in repository https://gitbox.apache.org/repos/asf/paimon-website.git
commit b4a14cb32141c27986ceb520b04a9b591a883f85 Author: yuzelin <[email protected]> AuthorDate: Tue Jan 7 13:59:39 2025 +0800 try fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5688f0db9e..ce63e56264 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - name: Create asf-site branch run: | - git checkout master + git checkout pypaimon_0.2.0 git branch -D asf-site git checkout --orphan asf-site
