This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 1f55ce50f7f fix 1f55ce50f7f is described below commit 1f55ce50f7f0eabe5b9a5f4ce418a23e716677b3 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Sat Aug 13 22:39:28 2022 +0800 fix --- .github/workflows/cron-deploy-website.yml | 2 +- .github/workflows/manual-deploy-website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml index f177aa2daee..7ab2e572a78 100644 --- a/.github/workflows/cron-deploy-website.yml +++ b/.github/workflows/cron-deploy-website.yml @@ -29,7 +29,7 @@ jobs: cp -R doris/docs/en/community . cp -R doris/docs/zh-CN/community/* i18n/zh-CN/docusaurus-plugin-content-docs-community/current/ - cp -R doris/docs/images/* static/images/ + cp -R doris/docs/images static/ npm install -g yarn yarn cache clean yarn && yarn build diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml index 82010dab0ac..e94b49dbe5c 100644 --- a/.github/workflows/manual-deploy-website.yml +++ b/.github/workflows/manual-deploy-website.yml @@ -33,7 +33,7 @@ jobs: cp -R doris/docs/en/community . cp -R doris/docs/zh-CN/community/* i18n/zh-CN/docusaurus-plugin-content-docs-community/current/ - cp -R doris/docs/images/* static/images/ + cp -R doris/docs/images static/ npm install -g yarn yarn cache clean yarn && yarn build --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org