Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jan 5, 2018
1 parent b423ebf commit 3c4456b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions project/Docs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,7 @@ object Docs {
val syncLocalImpl = Def.task {
// sync the generated site
val repo = ghpagesUpdatedRepository.value
<<<<<<< HEAD
=======
// val fullVersioned = repo / targetSbtFullVersion
>>>>>>> 1.x-beta

val versioned = repo / targetSbtBinaryVersion
val git = GitKeys.gitRunner.value
val s = streams.value
Expand All @@ -265,7 +262,6 @@ object Docs {
if (releaseLink.exists) releaseLink.delete

gitRemoveFiles(repo, IO.listFiles(versioned).toList, git, s)
<<<<<<< HEAD
gitRemoveFiles(repo, (repo * "*.html").get.toList, git, s)
gitRemoveFiles(repo,
List(
Expand All @@ -276,16 +272,6 @@ object Docs {
),
git,
s)
=======
// gitRemoveFiles(repo, (repo * "*.html").get.toList, git, s)
// gitRemoveFiles(repo,
// List(
// repo / "assets" / "favicon.ico",
// repo / "assets" / "stylesheet.css",
// ),
// git,
// s)
>>>>>>> 1.x-beta

val ms = for {
(file, target) <- (mappings in makeSite).value if siteInclude(file)
Expand Down

0 comments on commit 3c4456b

Please sign in to comment.