Skip to content

build(deps-dev): bump vite from 4.5.2 to 4.5.3 (#26) #16

build(deps-dev): bump vite from 4.5.2 to 4.5.3 (#26)

build(deps-dev): bump vite from 4.5.2 to 4.5.3 (#26) #16

name: Github Pages Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: npm i
- name: Build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist