You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/07/12 09:20:14 UTC

[iotdb-docs] branch main updated: edit commit message

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


The following commit(s) were added to refs/heads/main by this push:
     new fccc982  edit commit message
fccc982 is described below

commit fccc98205b950b9494afef7a0c445dcd52b584de
Author: HTHou <hh...@outlook.com>
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) {