Skip to content

Merge pull request #98 from Valik3201/refactor/api-functions #102

Merge pull request #98 from Valik3201/refactor/api-functions

Merge pull request #98 from Valik3201/refactor/api-functions #102

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist