File tree Expand file tree Collapse file tree 5 files changed +5
-2298
lines changed
Expand file tree Collapse file tree 5 files changed +5
-2298
lines changed Original file line number Diff line number Diff line change 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-
3632 - name : Build site
3733 working-directory : ./opensaas-sh/blog
3834 run : npm run build
5349 working-directory : ./opensaas-sh/blog
5450 run : npm install
5551
56- - name : Generate LLM files
57- working-directory : ./opensaas-sh/blog
58- run : npm run generate-llm-files
59-
6052 - name : Build site
6153 working-directory : ./opensaas-sh/blog
6254 run : npm run build
Original file line number Diff line number Diff line change @@ -21,3 +21,7 @@ pnpm-debug.log*
2121
2222# Local Netlify folder
2323.netlify
24+
25+ # LLM files
26+ llms.txt
27+ llms-full.txt
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "scripts" : {
66 "astro" : " astro" ,
7- "build" : " astro check && astro build" ,
7+ "build" : " npm run generate-llm-files && astro check && astro build" ,
88 "dev" : " astro dev" ,
99 "generate-llm-files" : " node ./scripts/generate-llm-files.mjs" ,
1010 "preview" : " astro preview" ,
You can’t perform that action at this time.
0 commit comments