mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-23 06:10:51 -05:00
[GH-ISSUE #291] deploying website is currently broken #2755
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bcoe on GitHub (Aug 12, 2020).
Original GitHub issue: https://github.com/conventional-commits/conventionalcommits.org/issues/291
Deploying the latest version of the website breaks link to
v1.0.0.@damianopetrungaro commented on GitHub (Aug 12, 2020):
@bcoe which one is broken?
@bcoe commented on GitHub (Aug 18, 2020):
@damianopetrungaro I did a bisection at one point, I will need to dig it up. It's a change that shouldn't break anything, so I'm pretty convinced it's something broken in HUGO not anything we landed.
@damianopetrungaro commented on GitHub (Aug 18, 2020):
Nice, let me see if you identify something I know quite well Go and I (we) may submit a PR to HUGO as well
@bcoe commented on GitHub (Aug 18, 2020):
@damianopetrungaro it seemed like when we deployed this version of the site we suddenly stopped rendering
v1.0.0.I have the deploy pinned to an older version right now.
@chonla commented on GitHub (Aug 24, 2020):
I have submitted PR #293. It could be related to this.
@bcoe commented on GitHub (Aug 28, 2020):
@chonla thank you for the contribution, this seems worth a shot at least 😄
@bcoe commented on GitHub (Aug 28, 2020):
@chonla it seems like that's fixed the deployment \o/ thank you.