Skip to content

Merge pull request #109 from ChrisMBarr/dependabot/npm_and_yarn/types… #289

Merge pull request #109 from ChrisMBarr/dependabot/npm_and_yarn/types…

Merge pull request #109 from ChrisMBarr/dependabot/npm_and_yarn/types… #289

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- README.md
- .gitignore
- .github/**
- .vscode/**
- .cspell.json
pull_request:
branches:
- main
permissions:
contents: write
jobs:
build-and-test:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout ⏬
uses: actions/checkout@v4
- name: 🔧 Install & Build
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: app/