Skip to content

Commit

Permalink
fix-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 18, 2018
1 parent 0fa88f8 commit 8b8f27a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def publishDocs() = {
"readme/run",
AMMONITE_SHELL=shell("2.12.6").jar().path,
AMMONITE_ASSEMBLY=amm("2.12.6").assembly().path,
CONSTANTS_FILE=constantsFile
CONSTANTS_FILE=generateConstantsFile()
)
}else T.command{
println("MASTER COMMIT: Updating version and publishing to Github Pages")
Expand Down Expand Up @@ -381,7 +381,6 @@ def publishDocs() = {
yield (k, s"https://github.com/lihaoyi/Ammonite/releases/download/$k")
)

%sbt "readme/compile"
%sbt(
"readme/run",
AMMONITE_SHELL=shell("2.12.6").jar().path,
Expand Down
15 changes: 0 additions & 15 deletions project/Constants.scala

This file was deleted.

0 comments on commit 8b8f27a

Please sign in to comment.