Fixed DNET build

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-25 19:38:54 +02:00 committed by GitHub
parent 848972c654
commit 1fbc9b8860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ commands={
"dnet": {
"dir": "/home/pi/HDD/temp/dnet",
"pre-command": ["git", "pull"],
"command": ["mkdocs", "build", "-d", "/home/pi/HDD/projects/dnet"]
"command": ["python3", "-m", "mkdocs", "build", "-d", "/home/pi/HDD/projects/dnet"]
},
"tlang": {
"dir": "/home/pi/HDD/temp/tlang",