Skip to content

Merge pull request #39 from kaitj/maint/actions-case-sensitivity #57

Merge pull request #39 from kaitj/maint/actions-case-sensitivity

Merge pull request #39 from kaitj/maint/actions-case-sensitivity #57

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- development
workflow_run:
workflows: ["Add checklist"]
types:
- completed
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