Skip to content

docs: remove all em dashes and fix remaining positioning leads #223

docs: remove all em dashes and fix remaining positioning leads

docs: remove all em dashes and fix remaining positioning leads #223

Workflow file for this run

name: Update llms-full.txt
on:
pull_request:
branches:
- main
paths:
- "docs/src/content/docs/**"
- "docs/scripts/generate-llms-full.ts"
- ".github/workflows/update-llms.yaml"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
ARCHGATE_TELEMETRY: "0"
jobs:
update-llms:
name: Update llms-full.txt
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
with:
app-id: ${{ secrets.GH_APP_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
token: ${{ steps.generate_token.outputs.token }}
fetch-depth: 1
ref: ${{ github.head_ref }}
- uses: moonrepo/setup-toolchain@261c62cb5b0f580c7be7c8cd0f023a2e96756095 # v0
with:
auto-install: true
cache: true
cache-base: main
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Regenerate llms-full.txt
run: bun run docs/scripts/generate-llms-full.ts
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7
with:
commit_message: "docs: regenerate llms-full.txt"
commit_options: "--signoff"
file_pattern: docs/public/llms-full.txt