Skip to content

Merge pull request #22 from Rufi512/fix-overlapping-images #54

Merge pull request #22 from Rufi512/fix-overlapping-images

Merge pull request #22 from Rufi512/fix-overlapping-images #54

Workflow file for this run

name: Deply to Github Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: public