This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit fccc98205b950b9494afef7a0c445dcd52b584de Author: HTHou <[email protected]> AuthorDate: Wed Jul 12 17:20:03 2023 +0800 edit commit message --- deploy.cjs | 1 + deploy_staging.cjs | 1 + 2 files changed, 2 insertions(+) diff --git a/deploy.cjs b/deploy.cjs index 1754070..b8beb00 100644 --- a/deploy.cjs +++ b/deploy.cjs @@ -22,6 +22,7 @@ const ghpages = require('gh-pages'); ghpages.publish('src/.vuepress/dist', { branch: 'asf-site', repo: 'https://github.com/apache/iotdb-website.git', + message: 'Site checkin for project iotdb-website', dotfiles: true, }, (err) => { if (err instanceof Error) { diff --git a/deploy_staging.cjs b/deploy_staging.cjs index a327ccd..2ce9314 100644 --- a/deploy_staging.cjs +++ b/deploy_staging.cjs @@ -22,6 +22,7 @@ const ghpages = require('gh-pages'); ghpages.publish('src/.vuepress/dist', { branch: 'asf-staging', repo: 'https://github.com/apache/iotdb-website.git', + message: 'Site checkin for project iotdb-website', dotfiles: true, }, (err) => { if (err instanceof Error) {
