Images not loading on phones #3155
-
Hey all - anyone could help me with my images? I've been struggling to fix this. My website should show this (which works on my computer even if I erase all cache) but instead shows this. I read previous image problems and checked that "Add this line to your .github/workflows/deploy.yml in the same way that it is in ours, and you are good 2 go." was there. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Actually the line is this one: al-folio/.github/workflows/deploy.yml Line 93 in 58f4e02 Somehow in my comment here it was pointing to other line, just fixed it there. You can see that this is the same error as in #2954, just check your .github/workflows/deploy.yml file that doesn't have the line above, and also your deploy action, where the image conversion part in the Install and build section fails silently with |
Beta Was this translation helpful? Give feedback.
-
thank you! I've bee slowly copying your page codes and I think I'm
getting to the bottom of it too
Laura Schaposnik
Professor in Mathematics - University of Illinois at Chicago
https://lauraschaposnik.com/
…On Thu, May 1, 2025 at 12:05 PM George ***@***.***> wrote:
Actually the line is this one:
https://github.com/alshedivat/al-folio/blob/58f4e02ab0a9a786ddd49d47c62921b25f076d06/.github/workflows/deploy.yml#L93
Somehow in my comment here it was pointing to other line, just fixed it there.
You can see that this is the same error as in #2954, just check your .github/workflows/deploy.yml file that doesn't have the line above, and also your deploy action, where the image conversion part in the Install and build section fails silently with Imagemagick: Command returned pid 2029 exit 127 with error sh: 1: convert: not found.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Actually the line is this one:
al-folio/.github/workflows/deploy.yml
Line 93 in 58f4e02
Somehow in my comment here it was pointing to other line, just fixed it there.
You can see that this is the same error as in #2954, just check your .github/workflows/deploy.yml file that doesn't have the line above, and also your deploy action, where the image conversion part in the Install and build section fails silently with
Imagemagick: Command returned pid 2029 exit 127 with error sh: 1: convert: not found
.