Skip to content

Commit da7f6a0

Browse files
committed
...
1 parent b5f31f0 commit da7f6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ docs-build:
2929
rm -rf docs/build
3030
cd docs && uv run python docs.py build --llm
3131

32-
.PHONY: docs-publish
33-
docs-publish:
32+
.PHONY: docs-deploy
33+
docs-deploy:
3434
rm -rf docs/build
3535
cd docs && \
3636
uv run python docs.py build --llm && \

0 commit comments

Comments
 (0)