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

zhongjiajie pushed a commit to branch py-doc
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git

commit b3675bb3a76c816eaee158a644860caaf8789153
Author: Jay Chung <[email protected]>
AuthorDate: Fri Mar 6 21:59:24 2026 +0800

    doc: py doc disable doc-build-multi
---
 .github/workflows/website.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 33ed56ae8e..e90f83b1b7 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -45,8 +45,8 @@ jobs:
         # rsync all files in directory docs/build/html/versions expect 
.doctrees have sensitive data, so we need to delete it
         run: |
           python -m pip install --upgrade ${{ env.DEPENDENCES }}
-          python -m tox -vv -e doc-build-multi
-          rsync -av --progress --exclude .doctrees docs/build/html/versions/* 
${GITHUB_WORKSPACE}/build/python
+          python -m tox -vv -e doc-build
+          rsync -av --progress --exclude .doctrees docs/build/html/* 
${GITHUB_WORKSPACE}/build/python
 
       - name: Deploy
         if: ${{ github.event_name == 'push' || github.event_name == 'schedule' 
}}

Reply via email to