Skip to content

Fixup more links, remove hearts page (#175) #254

Fixup more links, remove hearts page (#175)

Fixup more links, remove hearts page (#175) #254

Workflow file for this run

name: Build with Hugo
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Install depdencies
run: npm ci
- name: Build site to check for errors
run: npm run build:ci