This is an automated email from the ASF dual-hosted git repository.
zihaoxiang 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 72973eb92d hotfix: tmp remove python docs build (#990)
72973eb92d is described below
commit 72973eb92d36752d570464f7460b5ae619fc43a3
Author: Jay Chung <[email protected]>
AuthorDate: Tue Jan 20 11:55:31 2026 +0800
hotfix: tmp remove python docs build (#990)
---
.github/workflows/website.yml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index ba0b3092e2..becb4dffa6 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -35,17 +35,17 @@ jobs:
run: yarn && yarn build
# Build Python API document: from
https://github.com/apache/dolphinscheduler-sdk-python
- - name: Set up Python
- uses: actions/setup-python@v4
- with:
- python-version: 3.11
- - name: Build Python Multiple Version Document
- working-directory: ${{ env.PYDS_HOME }}
- # 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
+# - name: Set up Python
+# uses: actions/setup-python@v4
+# with:
+# python-version: 3.11
+# - name: Build Python Multiple Version Document
+# working-directory: ${{ env.PYDS_HOME }}
+# # 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
- name: Deploy
if: ${{ github.event_name == 'push' || github.event_name == 'schedule'
}}