Skip to content

Merge pull request #78 from FiniteLooper/dependabot/npm_and_yarn/type… #205

Merge pull request #78 from FiniteLooper/dependabot/npm_and_yarn/type…

Merge pull request #78 from FiniteLooper/dependabot/npm_and_yarn/type… #205

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/