You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by za...@apache.org on 2021/04/23 03:42:52 UTC

[incubator-inlong-website] branch master updated: [feat] rollback to inlong

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-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4305488  [feat] rollback to inlong
4305488 is described below

commit 4305488572f23f8cd82c9f40a8a300f9aa7484e4
Author: zakwu <12...@qq.com>
AuthorDate: Fri Apr 23 11:42:39 2021 +0800

    [feat] rollback to inlong
---
 .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 e5b73b9..4f8e53f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
         node-version: 10.16.0
     - name: Build
       run: |
-        mkdir dist && npm install && npm i docsite && node_modules/docsite/bin/docsite.js build
+        mkdir dist && npm install && npm run build
     - name: Cp File
       run: cp -r docs/zh-cn/* ./zh-cn/docs && cp -r docs/en-us/* ./en-us/docs && cp -r 404.html .asf.yaml index.html en-us zh-cn build img docs dist/
     - name: Deploy