This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch mkdocs
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/mkdocs by this push:
new 5fe69b8 Update deploy.yml
5fe69b8 is described below
commit 5fe69b8627a77f2498ea48bc00ea9d272e3ca7c3
Author: ken.lj <[email protected]>
AuthorDate: Wed Oct 21 18:11:52 2020 +0800
Update deploy.yml
---
.github/workflows/deploy.yml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 63c2eab..e518587 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -23,11 +23,3 @@ jobs:
echo "removing previous static files from ./output" && rm -rf
./output
mkdocs build -f mkdocs_en.yml -d ./output/en-us && mkdocs build -f
mkdocs_zh.yml -d ./output/zh-cn
mkdir deploy-dist && cp -R img ./output/zh-cn/ && cp -R img
./output/en-us/ && cp -R ./output/* deploy-dist/
- - name: Deploy
- uses: peaceiris/[email protected]
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- PUBLISH_BRANCH: asf-site
- PUBLISH_DIR: ./deploy-dist
- with:
- keepFiles: true