mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-04-06 03:57:55 +08:00
feat: ci
This commit is contained in:
parent
030b7e33e8
commit
9ec158d609
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -29,3 +29,13 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: npm test
|
||||
|
||||
deploy:
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@3.5.9 # 使用别人写好的 actions
|
||||
with: # 自定义环境变量
|
||||
ACCESS_TOKEN: ${{ secrets.VUE3_TOKEN }} # VUE3_TOKEN 是我的 secret 名称,需要替换成你的
|
||||
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 目录下
|
||||
|
Loading…
x
Reference in New Issue
Block a user