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
b55a5eaab0
commit
2ea7044c9c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -36,11 +36,10 @@ jobs:
|
|||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
# Upload entire repository
|
# Upload entire repository
|
||||||
path: '.'
|
path: 'Vue3-Vite-Vant-TS-H5'
|
||||||
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 # 打包的文件将放到静态服务器 github-actions-demo 目录下
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v1
|
uses: actions/deploy-pages@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user