mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-05-30 20:49:21 +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 🚀 # 部署
|
- name: Deploy 🚀 # 部署
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||||
with:
|
with:
|
||||||
branch: gh-pages # 部署后提交到那个分支
|
ACCESS_TOKEN: ${{ secrets.VUE3_TOKEN }}
|
||||||
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 目录下
|
@ -2,7 +2,6 @@
|
|||||||
"name": "vue-vant-ts",
|
"name": "vue-vant-ts",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"homepage": "https://talktao.github.io/",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user