Hi,
As you can see in the website Julien Rineau the images are not displayed. I already check several topic regarding this issue but none of the solution proposed fixed my issue (removing “/” in front of image path, changing baseUrl, using different workflow etc…)
You are serving the web site from the “blog” subdirectory.
Your image links point to /img/wav2vec2/architechture_paper.png but the image in question have in reality this path /blog/img/wav2vec2/architechture_paper.png.
You can manually fix all the image paths or use a render hook to always build correct URLs.
P.S. You should set baseURL to https://julienrineau.github.io/blog. The site still works since the workflow action saves you by setting the baseURL correctly when it runs the hugo command. Still best to have correct values. Misconfigured baseURL makes up a large part of the support requests on this forum.
With many themes you could just enable the default render hooks in your site configuration, but the PaperMod theme provides its own (which doesn’t do much) so we have to override it.