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 94febf9700c yarn cache clean
94febf9700c is described below
commit 94febf9700c7a454048b452a13b4538f5f3e69fd
Author: jiafeng.zhang <[email protected]>
AuthorDate: Mon Aug 1 15:19:57 2022 +0800
yarn cache clean
yarn cache clean
---
.github/workflows/manual-deploy-website.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/manual-deploy-website.yml
b/.github/workflows/manual-deploy-website.yml
index cb030eb3295..fc358d10bce 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -23,6 +23,7 @@ jobs:
- name: Build
run: |
npm install -g yarn
+ yarn cache clean
yarn && yarn build
touch build/.dummy
ls build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]