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

liujun pushed a commit to branch mkdocs
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git

commit b3ef39875e8ea0a8c498b9243e4037c2ce192faa
Author: ken.lj <[email protected]>
AuthorDate: Thu Aug 13 14:03:52 2020 +0800

    update action
---
 .github/workflows/deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f93f71d..86f2712 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -16,11 +16,11 @@ jobs:
       - name: Build
         - run: |
               pip install \
-                  mkdocs-material>=5.3.2 \
+                  mkdocs-material \
                   mkdocs-minify-plugin>=0.3 \
                   mkdocs-redirects>=1.0
               mkdocs build -f mkdocs-en.yml -d ./output/en-us && mkdocs build 
-f mkdocs_zh.yml -d ./output/zh-cn
-        - run: mkdir deploy-dist && cp -R img ./output/zh-cn/ && cp -R img 
./output/en-us/ && cp -R ./output/* deploy-dist/
+              mkdir deploy-dist && cp -R img ./output/zh-cn/ && cp -R img 
./output/en-us/ && cp -R ./output/* deploy-dist/
       - name: Deploy
         uses: peaceiris/[email protected]
         env:

Reply via email to