Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #15 from jiegec/dependabot/npm_and_yarn/vite-5.4.20 #31

Merge pull request #15 from jiegec/dependabot/npm_and_yarn/vite-5.4.20

Merge pull request #15 from jiegec/dependabot/npm_and_yarn/vite-5.4.20 #31

Workflow file for this run

name: Deploy CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm i
- name: Build
run: npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist