erlang / erlang-org

The erlang.org website
https://www.erlang.org
Apache License 2.0
73 stars 52 forks source link

Include .zip archives in windows downloads dropdown #153

Closed garazdawi closed 2 months ago

netlify[bot] commented 2 months ago

Deploy Preview for erlang-org failed.

Name Link
Latest commit ad3e5af9f2f38f5b52a39a2b2d827b956e75f3c1
Latest deploy log https://app.netlify.com/sites/erlang-org/deploys/66e17fc634af4800083ba888
wojtekmach commented 2 months ago

@garazdawi I noticed the test failure happens on master too, for some reason we generate time_correction.md link, not time_correction.html. I could see it in my ~/src/erlang-org master branch but could not reproduce it when running make docs in my ~/src/otp though. Perhaps it's due to old ex_doc version somehow or some docs misconfiguration?

garazdawi commented 2 months ago

Yea, I'm aware of that problem. Just haven't switched focus to it yet :)

wojtekmach commented 2 months ago

Right I guess what I was trying to say is I can help but I'd need some pointers (thought that might end up being more work for you sigh)

garazdawi commented 2 months ago

Much appriciated, but in this case there is nothing you can help with. The problem is that the source is broken: https://erlang.org/download/OTP-27.0.1.README.md

That .md is created by an internal script, so the solution is to fix the internal script. For 27.0.1 I can fix it my just updating the source README.md, but for all future releases I need to fix the internal script.