Skip to content

Improve snippet docs #7623

Improve snippet docs

Improve snippet docs #7623

Workflow file for this run

name: Test docs
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
branches: [main]
jobs:
test-docs-build:
runs-on: ubuntu-latest
env:
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version-file: package.json
cache: pnpm
- run: bash -x scripts/build-and-assemble-website.sh