You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/08/06 11:53:36 UTC

[dubbo-website] branch master updated: update deploy script

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 57eeb47  update deploy script
57eeb47 is described below

commit 57eeb47fb1e65f01207779c12c788dfb357a0724
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Aug 6 19:53:12 2020 +0800

    update deploy script
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9c77cea..c84f032 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
         node-version: 10.x
     - name: Build
       run: |
-        npm install && npm run build && mkdir deploy-dist && cp -R zh-cn/ en-us/ build/ img/ schema/ md_json/ deploy-dist/ && mv .htaccess *.html *.xml deploy-dist/
+        npm install && npm run build && mkdir deploy-dist && cp -R zh-cn/ en-us/ build/ img/ schema/ md_json/ documentations/ deploy-dist/ && mv .htaccess *.html *.xml deploy-dist/
     - name: Deploy
       uses: peaceiris/actions-gh-pages@v2.4.0
       env: