I’m having the following problem with a package I have that’s part of the general registry, StringMethod.jl
Here is the fundamental issue. If I make edits to the code/documentation, when I push the changes, the bots run, and I get updated documentation on GitHub.io. The thing that I can’t figure out is why it is only generating dev documentation, and not stable. Yes, I have tagged the package.
As near as I can tell, it’s configured the same way as another package I maintain, BasicMD.jl, and that doesn’t give me issues.
I did that and some other stuff (remade and updated all the keys and secrets on github), and now it seems to work, though I’m not entirely sure what was wrong in the first place or what fixed it.
I have to re-teach myself every time I go through it, but IIRC, the stable doc branch doesn’t update until after the Registrator and Tagbot have done their jobs. That’s why you see tags like v0.2.3+doc on my projects, because I had to fix the docs after the version increment.