Skip to content

Commit

Permalink
Final touch regardin publishing of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Aug 12, 2019
1 parent ccfd57f commit 78666ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

[Doobie](https://github.com/tpolecat/doobie/) queries generated using higher-kinded data.

See [complete documentation at GH pages](https://scalalandio.github.io/ocdquery/)

## Instalation

1. add in your sbt:
Expand Down
2 changes: 1 addition & 1 deletion ocdquery.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val root = project.root
.setDescription("OCD Query build")
.configureRoot
.noPublish
.aggregate(core, tests, readme)
.aggregate(core, tests)

lazy val core = project.from("core")
.setName("ocdquery-core")
Expand Down

0 comments on commit 78666ca

Please sign in to comment.