This commit is contained in:
talktao 2022-08-25 19:24:41 +08:00
parent 9a6bb1a2b2
commit 7402cb9a29

View File

@ -21,8 +21,7 @@ jobs:
- name: Deploy 🚀 # 部署
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
ACCESS_TOKEN: ${{ secrets.VUE3_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
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 目录下