Skip to content

Merge pull request #5 from kaitj/enh/checklist-ci #10

Merge pull request #5 from kaitj/enh/checklist-ci

Merge pull request #5 from kaitj/enh/checklist-ci #10

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install and Build
run: |
npm install
npm run build
touch build/.nojekyll
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build