This is an automated email from the ASF dual-hosted git repository.
gallardot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0fabcec33c doc: py doc disable doc-build-multi (#999)
0fabcec33c is described below
commit 0fabcec33c57a499d0d506a8d752e33798266b3b
Author: Jay Chung <[email protected]>
AuthorDate: Fri Mar 6 22:07:57 2026 +0800
doc: py doc disable doc-build-multi (#999)
---
.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'
}}