Skip to content

Abide the law :(

Abide the law :( #117

Workflow file for this run

name: Deploy to GitHub Pages
permissions:
contents: write
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.3.4
with:
folder: build