Skip to content

chore(deps): bump JamesIves/github-pages-deploy-action (#185) #298

chore(deps): bump JamesIves/github-pages-deploy-action (#185)

chore(deps): bump JamesIves/github-pages-deploy-action (#185) #298

Workflow file for this run

name: Test Workflow
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build