This is an automated email from the ASF dual-hosted git repository. morningman 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 d19574c2ad9 (OSS) Do not delete expired files (#213) d19574c2ad9 is described below commit d19574c2ad9112e9bbbd4cbb56beb1701bf11463 Author: Jeffrey <color.d...@gmail.com> AuthorDate: Sun Apr 23 20:01:26 2023 +0800 (OSS) Do not delete expired files (#213) - ```index.html```: hosted by Apache and Apache CDN (which is based on Cloudflare) - ``` other resources ``` like CSS, images, Javascript...etc hosted By SelectDB OSS and CDN (which is based on Aliyun/Tencent Cloud) --- .github/actions/aliyun-oss-website-action | 2 +- .github/workflows/cron-deploy-website.yml | 1 + .github/workflows/manual-deploy-website.yml | 1 + .gitmodules | 3 +-- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/aliyun-oss-website-action b/.github/actions/aliyun-oss-website-action index ce924a8ba26..01b7450a7ce 160000 --- a/.github/actions/aliyun-oss-website-action +++ b/.github/actions/aliyun-oss-website-action @@ -1 +1 @@ -Subproject commit ce924a8ba2649fdb3e38f4489e13825f2e4eac96 +Subproject commit 01b7450a7ce5676150fd0c10b9a462cb07d07b0a diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml index 571bce1496b..e212b34a3f4 100644 --- a/.github/workflows/cron-deploy-website.yml +++ b/.github/workflows/cron-deploy-website.yml @@ -76,6 +76,7 @@ jobs: # use your own endpoint endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} folder: build + onlyUpload: true - name: Remove pdf run: rm -rf ./build/assets/files/*.pdf diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml index 0740565bfd0..fa4406048ff 100644 --- a/.github/workflows/manual-deploy-website.yml +++ b/.github/workflows/manual-deploy-website.yml @@ -71,6 +71,7 @@ jobs: # use your own endpoint endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} folder: build + onlyUpload: true - name: Deploy Website if: ${{ github.event.inputs.branch == 'master' }} diff --git a/.gitmodules b/.gitmodules index d042d1dda5d..7d9b1daa015 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,4 @@ url = https://github.com/dorny/paths-filter.git [submodule ".github/actions/aliyun-oss-website-action"] path = .github/actions/aliyun-oss-website-action - url = https://github.com/fangbinwei/aliyun-oss-website-action.git - branch = dev + url = https://github.com/jeffreys-cat/aliyun-oss-website-action.git --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org