Skip to content

Commit 14369ad

Browse files
committed
adjust logs
1 parent 59a2103 commit 14369ad

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
205205

206206
[⬆ Back to Top](#codewiki-automated-repository-level-documentation-generation)
207207

208-
</div>
208+
</div>
209+
210+
/Users/anhnh/Documents/vscode/titan-sight/.venv/lib/python3.13/site-packages/codewiki/templates/github_pages/index.html
211+
/Users/anhnh/Documents/vscode/titan-sight/.venv/lib/python3.13/site-packages/codewiki/cli/templates/github_pages/index.html

codewiki/cli/html_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, template_dir: Optional[Path] = None):
2727
"""
2828
if template_dir is None:
2929
# Use package templates
30-
template_dir = Path(__file__).parent / "templates" / "github_pages"
30+
template_dir = Path(__file__).parent.parent / "templates" / "github_pages"
3131

3232
self.template_dir = Path(template_dir)
3333

0 commit comments

Comments
 (0)