From fe9dc467964cc2bc0173b2d0766460f36c97f0ba Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Mon, 6 May 2024 17:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=98=E7=BD=91=E6=89=93?= =?UTF-8?q?=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + neutrino-proxy-vuepress/package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cfef0ef9..3761a8e3 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ hs_err_pid* **/memo/** +neutrino-proxy-vuepress/deploy neutrino-proxy-vuepress/deploy.sh .NEUTRINO_PROXY_CLIENT_ID logs diff --git a/neutrino-proxy-vuepress/package.json b/neutrino-proxy-vuepress/package.json index 3c36a424..5cb6bba4 100644 --- a/neutrino-proxy-vuepress/package.json +++ b/neutrino-proxy-vuepress/package.json @@ -4,8 +4,8 @@ "scripts": { "dev": "vuepress dev docs", "build": "vuepress build docs", - "buildAndDeploy": "vuepress build docs && bash deploy.sh", - "deploy": "bash deploy.sh", + "buildAndDeploy": "vuepress build docs && bash deploy/deploy2.sh", + "deploy": "bash deploy/deploy2.sh", "updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D", "editFm": "node utils/editFrontmatter.js" },