Skip to content

Commit fb49787

Browse files
committed
Fix llms.txt build
1 parent efc4bc4 commit fb49787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ watch-cdocs:
7676
# so Hugo can include them in the site
7777
build-llms-txt:
7878
@echo "Launching llms.txt build ...";
79-
@node ./local/bin/js/build-llms-txt.js;
79+
@node ./local/bin/js/llms-txt-build.js;
8080

8181
start:
8282
@make setup-build-scripts ## Build and run docs including external content.

0 commit comments

Comments
 (0)