alphagov / govuk_template

❗️GOV.UK Template is deprecated, and will only receive major bug fixes and security patches. A template containing the GOV.UK header and footer, and associated assets.

Home Page:https://alphagov.github.io/govuk_template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download links are broken on github page.

NickColley opened this issue · comments

If you try to download govuk_template from a download link on http://alphagov.github.io/govuk_template/ it'll result in a 404

You can see that on the releases page v0.23.0 has downloads but v0.23.1 does not: https://github.com/alphagov/govuk_template/releases

This seems to have stopped working between v0.23.0 and v0.23.1 (v0.23.0...v0.23.1)

Potentially this change has stopped releases from being put into downloads:
f2fdfaa

This looks to be the code that is responsible for getting the releases into downloads: https://github.com/alphagov/govuk_template/blob/master/build_tools/publisher/release_publisher.rb#L16

Could also be a change in dependency with octokit: f1b1437#diff-abbc50ed35eba6863b02c76535084ae3R29

Struggling to see the output of the deployments since I'm not sure if they have stored logs in the same way that builds do.

https://docs.travis-ci.com/user/deployment/script/

This means I can't check the result of https://github.com/alphagov/govuk_template/blob/master/.travis.yml#L19

i have manually added some tars for the 0.0.24 release

If this is an issue in the future I will re-open.