Skip to content

Commit

Permalink
Fix docs publish (#320)
Browse files Browse the repository at this point in the history
* Fix microsite config

* Try

* Try

* Try

* Try

* Try

* Restore config
  • Loading branch information
svroonland authored Feb 18, 2023
1 parent 255a163 commit 5df6465
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- run: apt-get update
- run: apt-get install -y ruby-full build-essential zlib1g-dev
- run: gem install jekyll bundler
- run: sbt ++2.13.10! publishLocal docs/publishMultiversionMicrosite
- run: sbt ++2.13.10! publishLocal docs/publishMicrosite

workflows:
version: 2
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ lazy val docs = project
micrositeGitterChannel := false,
micrositeDataDirectory := file("docs/src/microsite/data"),
micrositeFooterText := None,
micrositeVersionList := List("v0.8.3", "v0.9.0"),
libraryDependencies ++= Seq(
"dev.zio" %%% "zio-streams" % zioVersion,
"dev.zio" %%% "zio-test" % zioVersion % "test",
Expand Down

0 comments on commit 5df6465

Please sign in to comment.