Skip to content

Bump actions/checkout from 3 to 4 (#1) #3

Bump actions/checkout from 3 to 4 (#1)

Bump actions/checkout from 3 to 4 (#1) #3

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
environment: Web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install
- run: yarn build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/