Skip to content

Merge branch 'main' of https://github.com/FiniteLooper/noise-maker #30

Merge branch 'main' of https://github.com/FiniteLooper/noise-maker

Merge branch 'main' of https://github.com/FiniteLooper/noise-maker #30

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@v3
- name: 🔧 Install & Build
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: app/