diff --git a/Makefile b/Makefile index 4e5c9796..a8e0e51b 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,5 @@ validate: tidy lint ci: build ./bin/gptscript ./scripts/ci.gpt -gen-docs: build - ./bin/gptscript ./scripts/gen-docs.gpt - serve-docs: (cd docs && npm i && npm start)