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 7317dcebe0373386da46eca1f814d85619acc059 Author: HTHou <[email protected]> AuthorDate: Tue Jul 11 18:46:54 2023 +0800 add dotfile --- deploy.cjs | 1 + deploy_staging.cjs | 1 + 2 files changed, 2 insertions(+) diff --git a/deploy.cjs b/deploy.cjs index 00a61e1..46217fc 100644 --- a/deploy.cjs +++ b/deploy.cjs @@ -22,4 +22,5 @@ const ghpages = require('gh-pages'); ghpages.publish('src/.vuepress/dist', { branch: 'asf-site', repo: 'https://github.com/apache/iotdb-website.git', + dotfiles: true, }); diff --git a/deploy_staging.cjs b/deploy_staging.cjs index 8547602..f58f585 100644 --- a/deploy_staging.cjs +++ b/deploy_staging.cjs @@ -22,4 +22,5 @@ const ghpages = require('gh-pages'); ghpages.publish('src/.vuepress/dist', { branch: 'asf-staging', repo: 'https://github.com/apache/iotdb-website.git', + dotfiles: true, });
