We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4732eb0 commit c3cf58fCopy full SHA for c3cf58f
1 file changed
.github/workflows/cd.yml
@@ -82,6 +82,10 @@ jobs:
82
working-directory: docs-website
83
run: hugo --minify
84
85
+ - name: Generate llms.txt
86
+ working-directory: docs-website
87
+ run: node tools/llms.mjs
88
+
89
- name: Deploy
90
91
run: gsutil -q -m rsync -d -r ./public gs://api-platform-website-v3/
0 commit comments