Skip to content

Added Enjin Farmer sample game pages #24

Added Enjin Farmer sample game pages

Added Enjin Farmer sample game pages #24

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build