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

commit a19362602986b06a388d483458732cdd275bbef5
Author: zakwu <[email protected]>
AuthorDate: Tue Apr 13 12:00:49 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 78547a2..addc1f4 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
       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
+      run: pwd && mkdir zh-cn && mkdir zh-cn/docs && mkdir en-us && mkdir 
en-us/docs
     - 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

Reply via email to