Skip to content

Commit

Permalink
hacky fix for example download link
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jul 23, 2024
1 parent 74e707f commit 14b08dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ object docs extends Module {
| mill-github-url: ${Settings.projectUrl}
| mill-doc-url: ${if (authorMode) s"file://${T.dest}/site" else Settings.docUrl}
| mill-download-url: ${if (authorMode) s"file://${exampleZips().head.path / os.up}"
else s"${Settings.projectUrl}/releases/download/latest"}
else s"${Settings.projectUrl}/releases/download/0.11.10"}
| mill-example-url: ${if (authorMode) s"file://${T.workspace}"
else s"${Settings.projectUrl}/blob/main/"}
| utest-github-url: https://github.com/com-lihaoyi/utest
Expand Down

0 comments on commit 14b08dd

Please sign in to comment.