Skip to content

Commit 097212f

Browse files
author
Massimiliano Pippi
authored
[skip-changelog] fix subprocess invocation (#716)
1 parent c283b0a commit 097212f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/build.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ def main(repo_dir):
9494
return 0
9595

9696
args = [
97-
"task",
98-
"docs:publish",
97+
"task docs:publish",
9998
f"DOCS_REMOTE={remote}",
10099
f"DOCS_VERSION={docs_version}",
101100
f"DOCS_ALIAS={alias}",

0 commit comments

Comments
 (0)