Skip to content

Commit b53cd9a

Browse files
committed
ci(docs): include llms.txt in GitHub Pages deployment
1 parent b7d5ad3 commit b53cd9a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '*.md'
1010
- 'docs/**/*.md'
1111
- 'typedoc.json'
12+
- 'llms.txt'
1213
workflow_dispatch:
1314

1415
permissions:
@@ -42,6 +43,9 @@ jobs:
4243
- name: Build documentation
4344
run: pnpm typedoc
4445

46+
- name: Copy llms.txt to docs site
47+
run: cp llms.txt docs-site/
48+
4549
- name: Setup Pages
4650
uses: actions/configure-pages@v5
4751

0 commit comments

Comments
 (0)