We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eea78f commit d69ae36Copy full SHA for d69ae36
Makefile
@@ -10,6 +10,6 @@ serve-docs:
10
uv run mkdocs serve
11
12
deploy-docs: build-docs
13
- @echo "Docs built. Upload step goes here (GitHub Pages action can handle deploy)."
+ uv run mkdocs gh-deploy --force --verbose
14
15
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "victor-openai-example"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.12"
0 commit comments