0
owncast/.github/workflows/build-next.yml

13 lines
278 B
YAML
Raw Normal View History

2022-05-12 15:21:46 -07:00
name: Build web app
2021-01-31 20:04:41 -08:00
on: [push, pull_request]
2020-11-13 10:07:37 -08:00
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