Skip to content

Merge pull request #6 from mir-one/dependabot/npm_and_yarn/vite-3.2.8 #8

Merge pull request #6 from mir-one/dependabot/npm_and_yarn/vite-3.2.8

Merge pull request #6 from mir-one/dependabot/npm_and_yarn/vite-3.2.8 #8

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Build and Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: install dependencies
run: npm install
- name: Build
run: npm run build
env:
CI: false
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.