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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0c4f41a  Update deploy.yml
0c4f41a is described below

commit 0c4f41a42be529523e6db8a10bb1f25d33e0828f
Author: zakwu <[email protected]>
AuthorDate: Tue Feb 18 14:44:08 2020 +0800

    Update deploy.yml
---
 .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 12aebb0..19dc5e6 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
         node-version: 10.16.0
     - name: Build
       run: |
-        mkdir dist && npm install && npm i docsite && 
node_modules/docsite/bin/docsite.js build && cp -r 404.html .asf.yaml 
index.html en-us zh-cn build img dist/ && cp -r docs/en-us/img 
dist/en-us/docs/img && cp -r docs/zh-en/img dist/zh-en/docs/img
+        mkdir dist && npm install && npm i docsite && 
node_modules/docsite/bin/docsite.js build && cp -r 404.html .asf.yaml 
index.html en-us zh-cn build img dist/ && ls docs && ls docs/en-us
     - name: Deploy
       uses: peaceiris/[email protected]
       env:

Reply via email to