Skip to content

Commit

Permalink
fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Aug 24, 2020
1 parent 65e8452 commit 112e92b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
publish:
runs-on: ubuntu-18.04
steps:
- uses: "actions/checkout@v2.1.0"
- uses: "actions/checkout@v2.3.2"
with:
fetch-depth: 0 # fetch all branches & tags
- name: "Install Nix ❄️"
uses: "cachix/install-nix-action@v9"
- name: "Install SSH 🔑 for GH pages"
Expand All @@ -20,6 +22,5 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- run: git config --global user.email "neutron-site-bot@chatroulette.com"
- run: git config --global user.name "neutron-site-bot"
- run: git fetch --tags
- name: "Build microsite 🚧"
run: "nix-shell --run \"sbt ghpagesPushSite\""
2 changes: 1 addition & 1 deletion docs/src/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Neutron is a purely functional [Apache Pulsar](https://pulsar.apache.org/) client for Scala, build on top of [fs2](https://fs2.io) and the Java Pulsar client.

It is published for Scala $scala-versions$. You can include it in your project by adding the following dependencies:
It is published for Scala $scala-versions$. You can include it in your project by adding the following dependencies.

@@dependency[sbt,Maven,Gradle] {
group="$org$" artifact="$neutron-core$" version="$version$"
Expand Down

0 comments on commit 112e92b

Please sign in to comment.