Skip to content

Commit 0e036c0

Browse files
authored
add llms.txt & llms-full.txt script (#422)
* add llms.txt * Update index.mdx
1 parent 03579d9 commit 0e036c0

File tree

14 files changed

+2859
-317
lines changed

14 files changed

+2859
-317
lines changed

.github/workflows/blog-deployment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
working-directory: ./opensaas-sh/blog
3030
run: npm install
3131

32+
- name: Generate LLM files
33+
working-directory: ./opensaas-sh/blog
34+
run: npm run generate-llm-files
35+
3236
- name: Build site
3337
working-directory: ./opensaas-sh/blog
3438
run: npm run build
@@ -49,6 +53,10 @@ jobs:
4953
working-directory: ./opensaas-sh/blog
5054
run: npm install
5155

56+
- name: Generate LLM files
57+
working-directory: ./opensaas-sh/blog
58+
run: npm run generate-llm-files
59+
5260
- name: Build site
5361
working-directory: ./opensaas-sh/blog
5462
run: npm run build

0 commit comments

Comments
 (0)