Skip to content

Commit ab5edaa

Browse files
committed
update contributing docs
1 parent 9fa1bb1 commit ab5edaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DEVELOP.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ $ pre-commit install
2626

2727
## Documentation
2828

29-
Building locally:
29+
### Building locally
3030

3131
```
3232
uv run --group docs mkdocs serve
3333
```
3434

35+
### Publishing docs
36+
37+
Documentation is automatically published when a new tag with `v*` is pushed to `main`. Alternatively, you can manually publish docs by triggering the docs publish workflow from the GitHub actions UI.

0 commit comments

Comments
 (0)