Skip to content

Commit d69ae36

Browse files
committed
rev
1 parent 1eea78f commit d69ae36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ serve-docs:
1010
uv run mkdocs serve
1111

1212
deploy-docs: build-docs
13-
@echo "Docs built. Upload step goes here (GitHub Pages action can handle deploy)."
13+
uv run mkdocs gh-deploy --force --verbose
1414

1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "victor-openai-example"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)