diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 348f15c..5c1db91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,5 +19,8 @@ jobs: - name: Deploy 🚀 # 部署 uses: JamesIves/github-pages-deploy-action@v4.3.3 with: - branch: gh-pages # 部署后提交到那个分支 - folder: dist # 这里填打包好的目录名称 \ No newline at end of file + ACCESS_TOKEN: ${{ secrets.VUE3_TOKEN }} + BRANCH: gh-pages + FOLDER: dist + REPOSITORY_NAME: talktao/talktao.github.io # 这是我的 github page 地址 + TARGET_FOLDER: Vue3-Vite-Vant-TS-H5 # 打包的文件将放到静态服务器 Vue3-Vite-Vant-TS-H5 目录下 \ No newline at end of file diff --git a/package.json b/package.json index a655ccd..e4433c9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "vue-vant-ts", "private": true, "version": "0.0.0", - "homepage": "https://talktao.github.io/", "scripts": { "dev": "vite", "build": "vite build",