Joe Mooring
Joe Mooring
@CamilleScholtz Are you calling .File.UniqueID from a template? If yes, what happens if you wrap it as described at the end of the message?
> I could give you access to my private repository of the Hugo site in question if that helps Yes please. My email address is listed on my GitHub profile.
@CamilleScholtz I am unable to build your site due to "ERROR failed to fetch remote resource: Forbidden"
@darix Here's what I did: ```text git clone --recurse-submodules https://github.com/darktable-org/dtorg cd dtorg hugo ``` Here's what I got: ```text | EN -------------------+------ Pages | 462 Paginator pages | 19 Non-page...
@darix I was able to build both dtdocs and luadocs iusing the `hugo -c config-pdf.yaml` command. No problems. I am not dismissing your problem. We just haven't figured out how...
@CamilleScholtz Here's what I did: ```text git clone --recurse-submodules https://github.com/CamilleScholtz/your_private_repo cd your_private_repo hugo ``` Same result... ERROR failed to fetch remote resource: Forbidden
@darix Here's what I did after deleting my previous clone: ```text git clone --recurse-submodules https://github.com/darktable-org/dtdocs cd dtdocs/ ./tools/build-pdf.sh ``` Here's what I got: ```text | EN | FR | DE...
@darix What's triggering (not necessarily causing) this in the build is the generate-translations script, which (obviously) didn't run when I ran build-pdf.sh. So here are _all_ the steps required to...
@darix What was the last version you used to build without error?
@darix > just let me know what you need Adding a debug script so we don't have to cut and paste would be helpful, as would anything you can do...