Skip to content

Create build.yml

Create build.yml #1

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: yarn install
- name: Build Site
run: yarn build