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 127624b [feat]-rename to inlong
127624b is described below
commit 127624b04d796d9b96d9b8931e038b8d0d1d94c6
Author: zakwu <[email protected]>
AuthorDate: Tue Apr 13 11:43:46 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 ff89d00..b9443fa 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: 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: 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/
- name: Deploy
uses: peaceiris/[email protected]
env: