stremio-web/.github/workflows/build.yml
2020-01-22 16:27:31 +02:00

23 lines
430 B
YAML

name: Build
on:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig
yarn install && yarn build
- uses: actions/upload-artifact@v1
with:
name: stremio-web
path: build