This commit is contained in:
talktao 2022-08-25 19:05:10 +08:00
parent 86bd671094
commit fb0135ff78
2 changed files with 5 additions and 3 deletions

View File

@ -19,5 +19,8 @@ jobs:
- name: Deploy 🚀 # 部署
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages # 部署后提交到那个分支
folder: dist # 这里填打包好的目录名称
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 目录下

View File

@ -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",