How should I define my CI.yml for the social cards to work ? #6751
-
Hey there lads, I configured all my website the way I wanted, it was really smooth sailing, the docs are pretty complete. Well, for a documentation site builder, it would be an issue otherwise. Anyway, I just struggle to make the social cards working on my github pages. Is there anything I overlooked in my You can find it here, my website source being public. Thanks in advance, I'm still searching and will post here if I found a fix. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @mathisgauthey, As for your specific site, the social cards are generated on the deployed branch: However, checking on https://developers.facebook.com/tools/debug/ or https://www.linkedin.com/post-inspector/ the images aren't loading, it's worth noting sometimes there are issues with cache involved, causing a delay, but this time the site was loaded from scratch, so it should work. Therefore I had a look in the HTML So fix your |
Beta Was this translation helpful? Give feedback.
Hello @mathisgauthey,
the answer requires investigation, but there were multiple similar questions to this one concerning issues with the social cards, so you should be able to find them and reference. So please make sure to search for discussions in the future.
As for your specific site, the social cards are generated on the deployed branch:
https://github.com/mathisgauthey/mathisgauthey.github.io/tree/gh-pages/assets/images/social
However, checking on https://developers.facebook.com/tools/debug/ or https://www.linkedin.com/post-inspector/ the images aren't loading, it's worth noting sometimes there are issues with cache involved, causing a delay, but this time the site was loaded from s…