mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-04-06 03:57:55 +08:00
build
This commit is contained in:
parent
7402cb9a29
commit
4735ca99ad
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -10,8 +10,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️ # 将代码拉取到虚拟机
|
- name: Checkout 🛎️ # 将代码拉取到虚拟机
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- name: Install and Build 🔧 # 安装依赖、打包,如果提前已打包好无需这一步
|
- name: Install and Build 🔧 # 安装依赖、打包,如果提前已打包好无需这一步
|
||||||
run: |
|
run: |
|
||||||
@ -23,5 +21,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: dist
|
folder: dist
|
||||||
REPOSITORY_NAME: talktao/talktao.github.io # 这是我的 github page 地址
|
# REPOSITORY_NAME: talktao/talktao.github.io # 这是我的 github page 地址
|
||||||
TARGET_FOLDER: Vue3-Vite-Vant-TS-H5 # 打包的文件将放到静态服务器 Vue3-Vite-Vant-TS-H5 目录下
|
# TARGET_FOLDER: Vue3-Vite-Vant-TS-H5 # 打包的文件将放到静态服务器 Vue3-Vite-Vant-TS-H5 目录下
|
Loading…
x
Reference in New Issue
Block a user