Skip to content

hotfix:fixed arrow not responding on homepage #50

hotfix:fixed arrow not responding on homepage

hotfix:fixed arrow not responding on homepage #50

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build && echo ".devclub.ca" > ./build/CNAME