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 e3c5d20ef4 fix e3c5d20ef4 is described below commit e3c5d20ef45d030677b4d35c25ae9731ff9b80eb Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Thu Jul 21 00:37:46 2022 +0800 fix fix --- .github/workflows/cron-deploy-website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml index 6d4c0e00fe..68f9626f8b 100644 --- a/.github/workflows/cron-deploy-website.yml +++ b/.github/workflows/cron-deploy-website.yml @@ -1,8 +1,8 @@ name: Cron Deploy -#on: -# schedule: -# - cron: '0 1 * * *' +on: + schedule: + - cron: '0 1 * * *' jobs: build-and-deploy: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org