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 be5fbd2  [feat]-rename to inlong
be5fbd2 is described below

commit be5fbd2ae2b73fc47ab30348586af336a4d201c6
Author: zakwu <[email protected]>
AuthorDate: Tue Apr 13 12:12:34 2021 +0800

    [feat]-rename 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 addc1f4..6c6234a 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: mkdir
       run: pwd && mkdir zh-cn && mkdir zh-cn/docs && mkdir en-us && mkdir 
en-us/docs
     - name: Cp File

Reply via email to