Skip to content

Merge pull request #228 from logion-network/feature/invited-contributor #41

Merge pull request #228 from logion-network/feature/invited-contributor

Merge pull request #228 from logion-network/feature/invited-contributor #41

name: Build website
on:
push:
branches: [ main ]
paths:
- website/**
pull_request:
branches: [ main ]
paths:
- website/**
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build website
run: |
yarn install --immutable
yarn build