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 3e77e44b2d6 remove yarn.lock 3e77e44b2d6 is described below commit 3e77e44b2d6304f198c841a064b82d1b54cfd487 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Tue Aug 16 15:25:54 2022 +0800 remove yarn.lock --- .github/workflows/cron-deploy-website.yml | 1 + .github/workflows/manual-deploy-website.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml index ddbabf5f331..e856cf41122 100644 --- a/.github/workflows/cron-deploy-website.yml +++ b/.github/workflows/cron-deploy-website.yml @@ -45,6 +45,7 @@ jobs: rm -rf .docusaurus rm -rf node_modules rm -rf doris + rm -rf yarn.lock rm -rf versioned_docs/version-dev/ rm -rf versioned_docs/version_sidebars/ rm -rf i18n/zh-CN/docusaurus-plugin-content-docs/version-dev/ diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml index 2abd9cf51b1..506947532b2 100644 --- a/.github/workflows/manual-deploy-website.yml +++ b/.github/workflows/manual-deploy-website.yml @@ -49,6 +49,7 @@ jobs: rm -rf .docusaurus rm -rf node_modules rm -rf doris + rm -rf yarn.lock rm -rf versioned_docs/version-dev/ rm -rf versioned_docs/version_sidebars/ rm -rf i18n/zh-CN/docusaurus-plugin-content-docs/version-dev/ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org