There was an error while loading. Please reload this page.
1 parent 10d5a55 commit 0a0cd29Copy full SHA for 0a0cd29
1 file changed
cloudflare_deploy.sh
@@ -4,6 +4,10 @@
4
if [ -f Gemfile ]
5
then
6
bundle exec middleman build
7
+
8
+ # Generate LLM artifacts (Cloudflare Pages has Node.js available)
9
+ npm ci --ignore-scripts
10
+ node scripts/generate-llm-artifacts.js
11
else
12
mkdir build
13
mv fonts images javascripts stylesheets *.html docs.jsonl docs-index.json llms.txt build/
0 commit comments