mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +07:00
Only run Python files in diagrams directory
This commit is contained in:
parent
4b761cb06f
commit
b3b579d8cc
@ -7,7 +7,7 @@ diagrams:
|
||||
cd diagrams \
|
||||
&& python3 -m venv .venv \
|
||||
&& pip3 install -r requirements.txt \
|
||||
&& python3 *
|
||||
&& python3 *.py
|
||||
|
||||
.PHONY: book
|
||||
book: diagrams
|
||||
|
Loading…
Reference in New Issue
Block a user