We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 174df64 + 502d3b4 commit 8ee783dCopy full SHA for 8ee783d
.github/workflows/ci.yml
@@ -269,7 +269,7 @@ jobs:
269
270
- name: Publish site
271
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
272
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4.0.0
273
with:
274
github_token: ${{ secrets.GITHUB_TOKEN }}
275
publish_dir: site/target/docs/site
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-val sbtTlVersion = "0.7.0"
+val sbtTlVersion = "0.7.1"
2
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
3
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
4
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion)
0 commit comments