Skip to content

Commit 613a367

Browse files
committed
🐛 fix navigation
Signed-off-by: Niels Lohmann <[email protected]>
1 parent cfe55fb commit 613a367

File tree

4 files changed

+278
-253
lines changed

4 files changed

+278
-253
lines changed

docs/mkdocs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: style_check
1111
venv/bin/mkdocs build
1212

1313
style_check:
14-
@cd docs ; python3 ../scripts/check_structure.py
14+
@cd docs ; ../venv/bin/python3 ../scripts/check_structure.py
1515

1616
# publish site to GitHub pages (not working in GitHub Actions; need special action)
1717
publish:

0 commit comments

Comments
 (0)