-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ci #1093
Fix ci #1093
Conversation
Fix publish microsite
- mdoc 2.2.24 supports scala 3.1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this all up! Much appreciated 😁
WorkflowStep.Sbt(List("doc"), name = Some("Build docs")) | ||
WorkflowStep.Sbt(List("doc", "docs/mdoc"), name = Some("Build docs")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason we shouldn't just run docs/makeMicrosite
, since this is exactly what the publish workflow is doing? That way we can be sure it will work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, unless that needs jekyll doesn't it? So then this is fine.
Nice work!! Thank you!! http://typelevel.org/spire/ |
fix #1092
TODO