AbstractMCMC.jl icon indicating copy to clipboard operation
AbstractMCMC.jl copied to clipboard

Non-dev docs not deploying

Open mhauru opened this issue 1 year ago • 3 comments

The docs page at https://turinglang.org/AbstractMCMC.jl only has the dev docs, no other releases, nor one for stable. This e.g. makes the docs | stable button in the README broken.

The documentation Action seems to run just fine when a new version tag is made and the dev docs are up to date, from when the last release was made. I wasn't able to quickly figure out what the problem is.

mhauru avatar May 16 '24 14:05 mhauru

Looks like CI doesn't run on tags. Probably a documenter ssh key missing in the repo settings.

I asked for help in Documenter's slack and they said this!

shravanngoswamii avatar Jun 28 '24 00:06 shravanngoswamii

Missing keys are the most likely reason in my experience.

devmotion avatar Jun 28 '24 14:06 devmotion

I added DOCUMENTER_KEY (and a matching deploy key).

devmotion avatar Jun 28 '24 14:06 devmotion

Fixed now by the addition of the key and deployment of a new package version :)

penelopeysm avatar Sep 12 '24 11:09 penelopeysm