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

wangzx pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9ca0a6264 chore(workflow): only exclude from root when cleaning
9ca0a6264 is described below

commit 9ca0a62643d1e77c2ba039a6c5b878fd74b78956
Author: Zhongxiang Wang <y...@all-my-life.cn>
AuthorDate: Wed Mar 5 14:51:20 2025 +0800

    chore(workflow): only exclude from root when cleaning
---
 .github/workflows/deploy.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f20250c41..3d88e283a 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -73,9 +73,9 @@ jobs:
           git-config-name: ${{env.GITHUB_ACTOR}}
           clean: true
           clean-exclude: |
-            .*
-            v4/**/*
-            README.md
-            package.json
-            doap_ECharts.rdf
-            favicon.ico
+            /.*
+            /v4
+            /README.md
+            /package.json
+            /doap_ECharts.rdf
+            /favicon.ico


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to