Skip to content

Include cautionary note on using AI assistants #1823

Include cautionary note on using AI assistants

Include cautionary note on using AI assistants #1823

Workflow file for this run

name: CI
on: [push]
env:
VITE_EXTRA_EXTENSIONS: pub
jobs:
jekyll:
name: Build site
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Node
uses: actions/setup-node@v7
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install
- name: Check internal links and anchors
run: yarn check-links
- name: Build site
run: yarn build