Fork me on GitHub
#cljdoc
<
2023-03-09
>
Noah Bogart05:03:23

if I forgot to push the tag and deployed to clojars, and now the build failed because cljdoc can't find the right tag, can i trigger a new build or does that hvae to be one of you?

Noah Bogart05:03:33

it should work now, i've pushed the tag

seancorfield06:03:04

There's a near-invisible button that say "rebuild" just to the left of the GitHub link, top-right, where you can ask cljdoc to have another go at the import & analysis...

seancorfield06:03:05

It's really hard to see but it's there...

Noah Bogart12:03:43

Omg haha thanks

Cora (she/her)14:03:53

deliberately hard to see, I was told, iirc

Cora (she/her)14:03:44

because we don't want people triggering all kinds of rebuilds

👍 2
lread17:03:02

yeah, that's my understanding too @U02N27RK69K, a little ui hack to avoid having to come up with accounts/permissions, and it seems to be working ok these past years.

Cora (she/her)17:03:24

it's a trade-off, I think. only people who ask will learn about it so some people out there just don't know and are unhappy with a broken build, but we also have much less to maintain to support it

lread17:03:57

yep. I think we were toying with the idea of making the rebuild more visible but implementing some rate limiting.... ya https://github.com/cljdoc/cljdoc/issues/672.