I just updated my personal site to use Hugo and everything looks fine on deploy except one of my content sections. The “droppin-dimes” section shows a 404 not found error on my website. I’ve been aligning versions, checking for syntax errors, etc., for an hour and can’t seem to figure this out. Any tips?
thank you for reminding me of some basic debugging steps! i need to remember that i can execute shell commands in these workflows to get stuff.
it’s very odd indeed. at first i thought i must’ve left a syntax error somewhere that’s causing the link generated to break, but i couldn’t find anything. this gh action comes from the hugo docs and i think matches what they provided. thanks for digging into this
the-strays and droppin-dimes actually used to be their own repos and i decided to move them into my gh user site repo for simplicity (or so I thought). they each worked in their own repos and had subdomains at my custom URL.
I’ll try updating to use relative urls and then removing the custom domain if needed.
I’m pretty sure the problem is the presence of the droppin-dimes repository.
If you set a custom domain for a user or organization site, by default, the same custom domain will be used for all project sites owned by the same account.
well i did unpublish the droppin dimes repository and remove the custom DNS record, so I think it would point the jmathena1 directory at this point. i’m not sure how to confirm that. the other thing I’m noticing is the droppin-dimes page does not have a final / at the end of its URL like the-strays does, though im unsure if that’s significant. i also used the relative link functions to no avail