Skip to content

Merge pull request #61 from urish/patch-1 #4

Merge pull request #61 from urish/patch-1

Merge pull request #61 from urish/patch-1 #4

Workflow file for this run

name: Deploy gh-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
- run: npm run build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
clean: true