mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-05-30 04:29:17 +08:00
build
This commit is contained in:
parent
86bd671094
commit
fb0135ff78
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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 目录下
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user