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

zhongjiajie 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 7603d9e119 fix: python docs level error (#864)
7603d9e119 is described below

commit 7603d9e11909f01fbbc9c9119cd9d112689bbc0c
Author: Jay Chung <[email protected]>
AuthorDate: Mon Dec 19 15:53:47 2022 +0800

    fix: python docs level error (#864)
---
 .github/workflows/website.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index a88108cd66..aaac4444d8 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -42,7 +42,7 @@ jobs:
         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
+          rsync -av --progress --exclude .doctrees docs/build/html/versions/* 
${GITHUB_WORKSPACE}/build/python
 
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3

Reply via email to