Skip to content

Add warning about sharing data with AI assistants #1822

Add warning about sharing data with AI assistants

Add warning about sharing data with AI assistants #1822

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