Skip to content

Commit af0d2a3

Browse files
committed
chore: rename system-tools-docs -> gen-docs and add make target
Signed-off-by: tylerslaton <[email protected]>
1 parent f9062a9 commit af0d2a3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ validate: tidy lint
3939
ci: build
4040
./bin/gptscript ./scripts/ci.gpt
4141

42+
gen-docs: build
43+
./bin/gptscript ./scripts/gen-docs.gpt
44+
4245
serve-docs:
4346
(cd docs && npm i && npm start)
File renamed without changes.

0 commit comments

Comments
 (0)