Browse Source

Use right command

master
Luke Murphy 4 years ago
parent
commit
fdb649a842
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 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)]
for path in paths:
subprocess.run("cd {} && make html".format(path), shell=True)
subprocess.run("cd {} && make publish".format(path), shell=True)

Loading…
Cancel
Save