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

commit 19c8aaf90d0c41fdc632e22320e9a18acbd0ff88
Author: zakwu <[email protected]>
AuthorDate: Tue Apr 13 11:57:23 2021 +0800

    [feat]-rename to inlong
---
 .github/workflows/deploy.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index b9443fa..78547a2 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -19,8 +19,10 @@ jobs:
     - name: Build
       run: |
         mkdir dist && npm install && npm i docsite && 
node_modules/docsite/bin/docsite.js build
+    - name: mkdir
+      run: pwd && mkdir ./zh-cn/docs && mkdir ./en-us/docs
     - name: Cp File
-      run: pwd && 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/
+      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
       uses: peaceiris/[email protected]
       env:

Reply via email to