Skip to content

Commit

Permalink
update readme and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rolang committed Jul 13, 2024
1 parent a61ded9 commit 88013d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs:
- build
- release
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Alternative implementations and codecs may be added later.
To get started with sbt, add the following line to your build.sbt file to use the implementation with the Google Java library:

```scala
libraryDependencies += "com.anymindgroup" %% "zio-pubsub-google" % "0.2.1"
libraryDependencies += "com.anymindgroup" %% "zio-pubsub-google" % "0.2.2"
```

## Usage examples
Expand Down Expand Up @@ -176,7 +176,7 @@ sbt '+examples/run'

## Documentation

Learn more on the [ZIO Google Cloud Pub/Sub homepage](https://github.com/AnyMindGroup/zio-pubsub)!
Learn more on the [ZIO Google Cloud Pub/Sub homepage](https://anymindgroup.github.io/zio-pubsub)!

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inThisBuild(
name := "ZIO Google Cloud Pub/Sub",
organization := "com.anymindgroup",
licenses := Seq(License.Apache2),
homepage := Some(url("https://github.com/AnyMindGroup/zio-pubsub")),
homepage := Some(url("https://anymindgroup.github.io/zio-pubsub")),
developers := List(
Developer(id = "rolang", name = "Roman Langolf", email = "rolang@pm.me", url = url("https://github.com/rolang")),
Developer(
Expand Down Expand Up @@ -138,7 +138,7 @@ lazy val ciGenerateGithubWorkflowV2 = Def.task {
| name: github-pages
| url: ${{ steps.deployment.outputs.page_url }}
| needs:
| - build
| - release
| steps:
| - name: Deploy to GitHub Pages
| uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 88013d4

Please sign in to comment.