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 eeb67e9 Update deploy.yml
eeb67e9 is described below
commit eeb67e9b05c55c02c09b7774c1f81026f05012d6
Author: zakwu <[email protected]>
AuthorDate: Thu Jun 4 14:58:54 2020 +0800
Update deploy.yml
---
.github/workflows/deploy.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1c0ec88..aa58a71 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -15,10 +15,9 @@ 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:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: asf-site
PUBLISH_DIR: ./dist