Skip to content

Commit 763d253

Browse files
Updated build and deploy to build docs a bit better
1 parent 08355fd commit 763d253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/buildAndDeploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def buildDocs(self, out_path: str) -> None:
342342

343343
docsCmd = f"./docBuilder -o {out_path}/_include-segments -v"
344344
print(f"[turquoise2] Building documentation: {docsCmd}")
345-
subprocess.run(docsCmd)
345+
subprocess.run(docsCmd, shell=True)
346346

347347
@click.group()
348348
@click.pass_context

0 commit comments

Comments
 (0)