Skip to content

docs: rename 'How the graph gets built' to 'How the graph works' #18

docs: rename 'How the graph gets built' to 'How the graph works'

docs: rename 'How the graph gets built' to 'How the graph works' #18

Workflow file for this run

name: Deploy and Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
files: src/content/docs
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run build