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 f845f3a [feat]-rename to inlong
f845f3a is described below
commit f845f3a840d4cbfccf1964af5adb1e468856f506
Author: zakwu <[email protected]>
AuthorDate: Tue Apr 13 11:38:45 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 e5b73b9..ff89d00 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: 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: