stremio-web/.github/workflows/build.yml
2020-01-17 15:44:48 +02:00

16 lines
285 B
YAML

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: yarn add webpack --dev && yarn build
- uses: actions/upload-artifact@v1
with:
name: stremio-web
path: stremio-web/dist