2022-08-25 20:23:22 +08:00

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