Skip to content

Update the website for Frogtoberfest 2024 - Further changes. #95

Update the website for Frogtoberfest 2024 - Further changes.

Update the website for Frogtoberfest 2024 - Further changes. #95

Workflow file for this run

name: Run Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: yarn build