mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-06-28 07:49:16 +08:00
19 lines
425 B
YAML
19 lines
425 B
YAML
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: Build and Deploy
|
|
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
|
env:
|
|
ACCESS_TOKEN: ${{ secrets.VUE3_TOKEN }}
|
|
BRANCH: gh-pages
|
|
FOLDER: build
|
|
BUILD_SCRIPT: npm install && npm run build |