Skip to content

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

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

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

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