Skip to content

Commit 16d91bb

Browse files
cloud-iaas-fabric-automation cloud-iaas-fabric-automationGitHub Enterprise
authored andcommitted
Merge pull request #930 from SoftLayer/issues929
Updated build and deploy to build docs a bit better
2 parents 08355fd + 763d253 commit 16d91bb

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)