Skip to content

Move all content into Nuxt Content #3

Move all content into Nuxt Content

Move all content into Nuxt Content #3

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Generate static site (tests for broken links and build errors)
run: nuxi generate