File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ jobs:
360
360
361
361
- name : Publish site
362
362
if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
363
- uses : peaceiris/actions-gh-pages@v3.9.3
363
+ uses : peaceiris/actions-gh-pages@v4.0.0
364
364
with :
365
365
github_token : ${{ secrets.GITHUB_TOKEN }}
366
366
publish_dir : site/target/docs/site
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
2
2
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
3
3
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.17" )
4
4
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
5
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.0 " )
6
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.0 " )
5
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.1 " )
6
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.1 " )
You can’t perform that action at this time.
0 commit comments