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

kirs 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 54a0ef4  update workflows/website.yml
54a0ef4 is described below

commit 54a0ef452a0cffdb3b7a81b1daa2c528b24d3485
Author: chengshiwen <[email protected]>
AuthorDate: Tue Dec 29 22:50:46 2020 +0800

    update workflows/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 08417f2..c1163aa 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-ext && 
node_modules/docsite-ext/bin/docsite.js build && cp -r sitemap.xml 404.html 
.asf.yaml index.html en-us zh-cn build img download dist/
+        mkdir dist && npm install && npm run build && cp -r sitemap.xml 
404.html .asf.yaml index.html en-us zh-cn build img download dist/
 
     - name: Deploy
       uses: peaceiris/actions-gh-pages@v3

Reply via email to