diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0851e5dd..9cf99d15 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy-push-ftp: name: Deploy Push Ftp - if: github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, '[skip ci]') + if: github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, '[skip ci]') && contains(github.event.head_commit.message, '[deploy]') runs-on: ubuntu-latest strategy: matrix: diff --git a/apps/web-antd/.env b/apps/web-antd/.env index 57000a52..87821d87 100644 --- a/apps/web-antd/.env +++ b/apps/web-antd/.env @@ -1,5 +1,5 @@ # 应用标题 -VITE_GLOB_APP_TITLE=Vben Admin +VITE_APP_TITLE=Vben Admin # 应用命名空间,用于缓存、store等功能的前缀,确保隔离 VITE_APP_NAMESPACE=vben-web-antd diff --git a/apps/web-antd/index.html b/apps/web-antd/index.html index 01d77c1e..ca532699 100644 --- a/apps/web-antd/index.html +++ b/apps/web-antd/index.html @@ -11,8 +11,8 @@ name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" /> - - <%= VITE_GLOB_APP_TITLE %> + + <%= VITE_APP_TITLE %>