Skip to content

Commit

Permalink
Merge pull request #2 from tpolecat/fix-build
Browse files Browse the repository at this point in the history
fix ghpages publishing
  • Loading branch information
tpolecat authored Feb 9, 2021
2 parents f54b455 + b518910 commit 1d6ae88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Minimal but nevertheless long-awaited integration for [Natchez](https://github.com/tpolecat/natchez) and [Http4s](https://github.com/http4s/http4s).

No doc yet, standby.
Here's [the doc](https://tpolecat.github.io/natchez-http4s/).

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ lazy val docs = project
.settings(commonSettings)
.settings(
scalacOptions := Nil,
git.remoteRepo := "[email protected]:tpolecat/natchez.git",
git.remoteRepo := "[email protected]:tpolecat/natchez-http4s.git",
ghpagesNoJekyll := true,
publish / skip := true,
paradoxTheme := Some(builtinParadoxTheme("generic")),
Expand Down

0 comments on commit 1d6ae88

Please sign in to comment.