Install `imagemagick` within `Install and Build 🔧` step of Github actions Relevant issue: [#2902](https://github.com/alshedivat/al-folio/issues/2902) `convert` Command Not Found on Ubuntu 24.04 Reason: `ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in which `imagemagick` is no longer pre-installed. See [this](https://github.com/actions/runner-images/issues/10772). Modified files (actions) recommended by @george-gca ``` - .github/workflows/deploy.yml - .github/workflows/broken-links-site.yml - .github/workflows/axe.yml ``` |
||
|---|---|---|
| .. | ||
| axe.yml | ||
| broken-links-site.yml | ||
| broken-links.yml | ||
| deploy-docker-tag.yml | ||
| deploy-image.yml | ||
| deploy.yml | ||
| docker-slim.yml | ||
| lighthouse-badger.yml | ||
| prettier-comment-on-pr.yml | ||
| prettier-html.yml | ||
| prettier.yml | ||
| schedule-posts.txt | ||