Skip to content

Commit b9fcb20

Browse files
authored
Remove gen-docs make target (#418)
The target is broken - it is calling a gptscript that was deleted awhile ago. We probably do want a new version of gen-docs, but this isn't it. So, I'm deleting it for now. Signed-off-by: Craig Jellick <[email protected]>
1 parent 4b61f72 commit b9fcb20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ validate: tidy lint
4242
ci: build
4343
./bin/gptscript ./scripts/ci.gpt
4444

45-
gen-docs: build
46-
./bin/gptscript ./scripts/gen-docs.gpt
47-
4845
serve-docs:
4946
(cd docs && npm i && npm start)

0 commit comments

Comments
 (0)