Skip to content

js: added github workflow #1

js: added github workflow

js: added github workflow #1

Workflow file for this run

name: Deploy to live
on:
push:
branches:
- 'svelte'
jobs:
build-main:
runs-on: org-runner
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run build