mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-05-30 20:49:21 +08:00
remove ci
This commit is contained in:
parent
2297501838
commit
cffc37043f
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: Vue3-Vite-Vant-TS-H5
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
jobs:
|
|
||||||
build-and-deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Install and Build 🔧 # 安装依赖、打包,如果提前已打包好无需这一步
|
|
||||||
run: |
|
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
|
|
||||||
- name: Deploy
|
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
|
||||||
env:
|
|
||||||
ACCESS_TOKEN: ${{ secrets.VUE3_TOKEN }}
|
|
||||||
BRANCH: gh-pages
|
|
||||||
FOLDER: build
|
|
Loading…
x
Reference in New Issue
Block a user