fmonniot / scala3mock

Mocking framework for Scala 3
https://francois.monniot.eu/scala3mock
Other
19 stars 1 forks source link

Deploy website after lib release is complete #28

Closed fmonniot closed 6 months ago

fmonniot commented 6 months ago

I realized that we currently deploy the website at the same time as we release the libraries to maven central. If for some reason that release fails, then the website will mention a version that is not available.

This PR make it so that we only deploy the website after the release to maven has been successful.