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 08683ac Update deploy.yml
08683ac is described below
commit 08683accae994ff3f46f0bf5ec355cf93db831ad
Author: zakwu <[email protected]>
AuthorDate: Thu Jun 4 15:26:58 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 bb592c1..d2a6014 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -20,7 +20,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 docs dist/ && cp -r docs/ ./
+ 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 docs dist/ && cp -r docs/zh-cn ./zh-cn && cp
-r docs/en-us ./en-us
- name: Deploy
uses: peaceiris/[email protected]
env: