Skip to content

Commit

Permalink
Updated: docs - with new version info
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed May 4, 2021
1 parent 07f6bf5 commit fbf15f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sbt plugin to publish GitHub Pages with minimal effort. It works well with GitHu

[![Build Status](https://github.com/Kevin-Lee/sbt-github-pages/workflows/Build%20All/badge.svg)](https://github.com/Kevin-Lee/sbt-github-pages/actions?workflow=Build+All)
[![Release Status](https://github.com/Kevin-Lee/sbt-github-pages/workflows/Release/badge.svg)](https://github.com/Kevin-Lee/sbt-github-pages/actions?workflow=Release)
[ ![Download](https://api.bintray.com/packages/kevinlee/sbt-plugins/sbt-github-pages/images/download.svg) ](https://bintray.com/kevinlee/sbt-plugins/sbt-github-pages/_latestVersion)

![Cats Friendly Badge](https://typelevel.org/cats/img/cats-badge-tiny.png)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.kevinlee/sbt-github-pages/badge.svg)](https://search.maven.org/artifact/io.kevinlee/sbt-github-pages)
[![Latest version](https://index.scala-lang.org/kevin-lee/sbt-github-pages/sbt-github-pages/latest.svg)](https://index.scala-lang.org/kevin-lee/sbt-github-pages/sbt-github-pages)

# Please visit <br> [https://kevin-lee.github.io/sbt-github-pages](https://kevin-lee.github.io/sbt-github-pages)
# Please visit <br> [https://sbt-github-pages.kevinly.dev](https://sbt-github-pages.kevinly.dev)
2 changes: 1 addition & 1 deletion website/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Root ─┬─ project
In the `project/plugins.sbt`

```sbt
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.4.0")
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.5.0")
```


Expand Down
6 changes: 4 additions & 2 deletions website/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ sbt plugin to publish GitHub Pages with minimal effort.

[![Build Status](https://github.com/Kevin-Lee/sbt-github-pages/workflows/Build%20All/badge.svg)](https://github.com/Kevin-Lee/sbt-github-pages/actions?workflow=Build+All)
[![Release Status](https://github.com/Kevin-Lee/sbt-github-pages/workflows/Release/badge.svg)](https://github.com/Kevin-Lee/sbt-github-pages/actions?workflow=Release)
[ ![Download](https://api.bintray.com/packages/kevinlee/sbt-plugins/sbt-github-pages/images/download.svg) ](https://bintray.com/kevinlee/sbt-plugins/sbt-github-pages/_latestVersion)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.kevinlee/sbt-github-pages/badge.svg)](https://search.maven.org/artifact/io.kevinlee/sbt-github-pages)
[![Latest version](https://index.scala-lang.org/kevin-lee/sbt-github-pages/sbt-github-pages/latest.svg)](https://index.scala-lang.org/kevin-lee/sbt-github-pages/sbt-github-pages)

## Get sbt-github-pages

In the `project/plugins.sbt`, add the following line,
```sbt
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.4.0")
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.5.0")
```

In your `build.sbt`,
Expand Down

0 comments on commit fbf15f5

Please sign in to comment.