Skip to content

Move assets outside of web directory, to respect license, and add pre… #123

Move assets outside of web directory, to respect license, and add pre…

Move assets outside of web directory, to respect license, and add pre… #123

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies and build
working-directory: ./web
run: |
npm install
npm run build