This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new f731e1a Update website.yml
f731e1a is described below
commit f731e1ab93071e4243329688d5019568fc8a538e
Author: dailidong <[email protected]>
AuthorDate: Sat Jan 18 14:38:50 2020 +0800
Update website.yml
---
.github/workflows/website.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 4405df3..33fd9a4 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -15,7 +15,7 @@ jobs:
node-version: 8.16.2
- name: Build
run: |
- mkdir dist && npm install && npm i docsite &&
node_modules/docsite/bin/docsite.js build && cp -r baidu_verify_*.html
googleff48c3fa45891a20.html sitemap.xml 404.html .asf.yaml index.html en-us
zh-cn build img download dist/
+ mkdir dist && npm install && npm i docsite &&
node_modules/docsite/bin/docsite.js build && cp -r sitemap.xml 404.html
.asf.yaml index.html en-us zh-cn build img download dist/
- name: Deploy
uses: peaceiris/[email protected]