We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0db0c5 commit bba851aCopy full SHA for bba851a
build.sc
@@ -911,6 +911,7 @@ def publishDocs(skipDeploy: Boolean = false): Command[Unit] = {
911
"sbt",
912
"readme/run"
913
).call(
914
+ cwd = T.workspace,
915
env = Map(
916
"AMMONITE_ASSEMBLY" -> ammoniteAssembly().path.toString,
917
"CONSTANTS_FILE" -> generateConstantsFile(returnDirectory = false).toString
@@ -971,6 +972,7 @@ def publishDocs(skipDeploy: Boolean = false): Command[Unit] = {
971
972
973
974
975
976
977
978
"CONSTANTS_FILE" -> constantsFile.toString
0 commit comments