Skip to content

Commit 3a238bc

Browse files
committed
docs: ignore generated site directory and log local verification
1 parent 3fb3109 commit 3a238bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.log
22
*.env
3-
__pycache__
3+
__pycache__
4+
site/

journal/2026-03-11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
- Integrated MkDocs with Material theme and configured automatic GitHub Pages deployment via GitHub Actions.
1010
- Fixed a `TypeError` in the MkDocs deployment workflow by updating the `mkdocstrings` configuration.
1111
- Corrected the `mkdocstrings` configuration again to use the valid `paths` argument for the Python handler.
12+
- Verified the MkDocs build locally using `uv run` and added the `site/` directory to `.gitignore`.
1213
- Refined the `/plan` command to strictly enforce a non-execution mandate, ensuring plans are only analyzed, verified, and saved.

0 commit comments

Comments
 (0)