This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new aee21a0 Add github action for test
aee21a0 is described below
commit aee21a0071a5467ed65bb06ef72934a80d2fad0a
Author: morningman <[email protected]>
AuthorDate: Mon Dec 13 13:28:03 2021 +0800
Add github action for test
---
.github/workflows/website.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index a33dac7..dc9153e 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -26,7 +26,7 @@ jobs:
cd incubator-doris/docs #&& npm install
export BRANCH=${{ github.event.inputs.branch }}
mkdir -p .vuepress/dist/a.txt
- ls .vuepress/dist/ && pwd
+ ls .vuepress/dist/ && cd .vuepress/dist/ && pwd
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]