pages/.github/workflows
Jiaqi Li ec7d7c34e8
explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906)
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
```
2024-12-19 17:55:36 -03:00
..
axe.yml explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906) 2024-12-19 17:55:36 -03:00
broken-links-site.yml explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906) 2024-12-19 17:55:36 -03:00
broken-links.yml Add .lycheeignore file with linkedin to stop error on workflow Linkcheck (#2868) 2024-12-02 16:37:42 -03:00
deploy-docker-tag.yml Changes to deploy-docker-tag.yml now trigger action 2024-06-19 17:17:29 -03:00
deploy-image.yml Changes to deploy-image.yml now trigger action 2024-06-19 17:16:11 -03:00
deploy.yml explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906) 2024-12-19 17:55:36 -03:00
docker-slim.yml Changes to docker-slim.yml now trigger action 2024-06-19 17:15:26 -03:00
lighthouse-badger.yml Removed inexistent input from lighthouse-badger.yml 2024-08-28 10:54:06 -03:00
prettier-comment-on-pr.yml Moved prettier comment on PR to its own action (#2114) 2024-01-22 18:01:55 -03:00
prettier-html.yml Added gh-pages Formatter (#2649) 2024-08-23 13:12:34 -03:00
prettier.yml Moved prettier comment on PR to its own action (#2114) 2024-01-22 18:01:55 -03:00
schedule-posts.txt Renamed all references to master branch to main (#2793) 2024-10-21 21:54:16 -03:00