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

commit dfe0663a379a269cfbe13751f0ed1a517d2cd9e3
Author: zakwu <[email protected]>
AuthorDate: Tue Apr 13 12:24:19 2021 +0800

    [feat]-rename to inlong
---
 .github/workflows/deploy.yml | 36 +++++++++++++++++-------------------
 1 file changed, 17 insertions(+), 19 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 6c6234a..d70d043 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -9,23 +9,21 @@ jobs:
   build-and-deploy:
     runs-on: ubuntu-latest
     steps:
-    - name: Checkout
-      uses: actions/checkout@master
+      - name: Checkout
+        uses: actions/checkout@master
 
-    - name: Use Node.js
-      uses: actions/setup-node@v1
-      with:
-        node-version: 10.16.0
-    - name: Build
-      run: |
-        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
-      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:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-        PUBLISH_BRANCH: asf-site
-        PUBLISH_DIR: ./dist
+      - name: Use Node.js
+        uses: actions/setup-node@v1
+        with:
+          node-version: 10.16.0
+      - name: Build
+        run: |
+          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
+        uses: peaceiris/[email protected]
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          PUBLISH_BRANCH: asf-site
+          PUBLISH_DIR: ./dist

Reply via email to