This is an automated email from the ASF dual-hosted git repository.
jeffreyh 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 b45592300f4 set search-index.json catch-control max-age to zero (#1729)
b45592300f4 is described below
commit b45592300f484bb4936889f3375d56939a31f20e
Author: Jeffrey <[email protected]>
AuthorDate: Wed Jan 8 10:55:39 2025 +0800
set search-index.json catch-control max-age to zero (#1729)
set search-index.json catch-control max-age to zero

---
.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 3963103e51b..3a1812c6b14 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -59,6 +59,7 @@ jobs:
endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }}
folder: build
onlyUpload: true
+ otherCacheControl: 0
- name: Deploy Website
if: ${{ github.event.inputs.branch == 'master' }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]