This is an automated email from the ASF dual-hosted git repository.

JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f30a3e7d2 fix: clean untracked files between doc version builds
f30a3e7d2 is described below

commit f30a3e7d27b39e81ce48b892ebb5d7e5903207b0
Author: JingsongLi <[email protected]>
AuthorDate: Thu May 21 20:34:29 2026 +0800

    fix: clean untracked files between doc version builds
    
    The Docusaurus build for master leaves node_modules/ and build/
    directories that cause the RAT license check to fail when building
    older versions via Maven.
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 71e80e2bf..bbaba9504 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -122,6 +122,7 @@ jobs:
             fi
             # clean up
             git reset --hard HEAD
+            git clean -fdx
             cd "$current_dir"
           done
 

Reply via email to