forked from varia/varia.website
Use right command
This commit is contained in:
parent
8ab74a15e2
commit
fdb649a842
2
publish
2
publish
@ -7,4 +7,4 @@ import subprocess
|
|||||||
paths = [p for p in os.listdir(".") if os.path.isdir(p) and "Makefile" in os.listdir(p)]
|
paths = [p for p in os.listdir(".") if os.path.isdir(p) and "Makefile" in os.listdir(p)]
|
||||||
|
|
||||||
for path in paths:
|
for path in paths:
|
||||||
subprocess.run("cd {} && make html".format(path), shell=True)
|
subprocess.run("cd {} && make publish".format(path), shell=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user