Skip to content

Commit 9f93b74

Browse files
committed
fix publish docs
1 parent 7a35b4c commit 9f93b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def publishDocs(skipDeploy: Boolean = false): Command[Unit] = {
985985
println("Skip deployment")
986986
} else {
987987
println("Deploying ...")
988-
os.proc("ci/deploy_master_docs.sh").call()
988+
os.proc("ci/deploy_master_docs.sh").call(cwd = Task.workspace)
989989
}
990990
()
991991
}

0 commit comments

Comments
 (0)