Remove old web workflows and add new ones

This commit is contained in:
Gabe Kangas
2022-05-11 20:39:23 -07:00
parent 8638961b59
commit b66617961d
9 changed files with 3 additions and 141 deletions

12
.github/workflows/build-next.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Build admin app
on: [push, pull_request]
jobs:
run:
name: npm run build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install dependencies
run: cd web && npm install && npm run build