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 475d0e535a400e1932c1337fc48185eaf683d287
Author: ken.lj <[email protected]>
AuthorDate: Thu Aug 13 14:21:51 2020 +0800

    Update deploy.yml
---
 .github/workflows/deploy.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 4c09588..adb929e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -19,7 +19,8 @@ jobs:
               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
+          mkdocs --version
+          mkdocs build -f mkdocs_en.yml -d ./output/en-us && mkdocs build -f 
mkdocs_zh.yml -d ./output/zh-cn
           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]

Reply via email to