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 2b49538 Update deploy.yml
2b49538 is described below
commit 2b49538365426f1dea057a05149f62b81b6aa9b5
Author: zakwu <[email protected]>
AuthorDate: Tue Feb 18 14:56:29 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 d3f812c..79f50bb 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/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/ && cp -r docs/en-us/img
dist/en-us/docs/img && cp -r docs/zh-cn/img dist/zh-cn/docs/img
- name: Deploy
uses: peaceiris/[email protected]
env: