add build action

main
Cogent Apps 2023-03-09 11:08:51 -08:00 committed by GitHub
parent b08dcd82b2
commit d9aa5aefbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/workflows/build.yml vendored 100644
View File

@ -0,0 +1,11 @@
name: build app
on:
push:
branches:
- '*'
jobs:
deploy-webapp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm install && npm run build