mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 01:22:11 +00:00
Create main.yml
This commit is contained in:
parent
05b71ed27b
commit
8345bd75be
1 changed files with 16 additions and 0 deletions
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Build
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: stremio-web
|
||||
path: stremio-web/dist
|
||||
Loading…
Reference in a new issue