Skip to content

Commit bba851a

Browse files
authored
Update build.sc
1 parent b0db0c5 commit bba851a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ def publishDocs(skipDeploy: Boolean = false): Command[Unit] = {
911911
"sbt",
912912
"readme/run"
913913
).call(
914+
cwd = T.workspace,
914915
env = Map(
915916
"AMMONITE_ASSEMBLY" -> ammoniteAssembly().path.toString,
916917
"CONSTANTS_FILE" -> generateConstantsFile(returnDirectory = false).toString
@@ -971,6 +972,7 @@ def publishDocs(skipDeploy: Boolean = false): Command[Unit] = {
971972
"sbt",
972973
"readme/run"
973974
).call(
975+
cwd = T.workspace,
974976
env = Map(
975977
"AMMONITE_ASSEMBLY" -> ammoniteAssembly().path.toString,
976978
"CONSTANTS_FILE" -> constantsFile.toString

0 commit comments

Comments
 (0)