Skip to content

Commit

Permalink
fix publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 21, 2025
1 parent 9f93b74 commit c7a1191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ def publishDocs(skipDeploy: Boolean = false): Command[Unit] = {

if (!skipDeploy) {
val deployKey = sys.env("DEPLOY_KEY").replace("\\n", "\n")
os.write(os.pwd / "deploy_key", deployKey)
os.write(Task.workspace / "deploy_key", deployKey)
}

val (stableKey, unstableKey, oldStableKeys, oldUnstableKeys) =
Expand Down

0 comments on commit c7a1191

Please sign in to comment.