Skip to content

Commit

Permalink
Need to explicitly install ImageMagick now.
Browse files Browse the repository at this point in the history
  • Loading branch information
csant committed Sep 17, 2024
1 parent 2a93259 commit 7367e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docusaurus-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: |
curl https://www.princexml.com/download/prince_15.4-1_ubuntu24.04_amd64.deb -O
sudo apt install ./prince_15.4-1_ubuntu24.04_amd64.deb
- name: Install ImageMagick
run: |
sudo apt install imagemagick
- name: Make the page region image
run: |
cd ./website/samples
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docusaurus-next-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
run: |
curl https://www.princexml.com/download/prince_15.4-1_ubuntu24.04_amd64.deb -O
sudo apt install ./prince_15.4-1_ubuntu24.04_amd64.deb
- name: Install ImageMagick
run: |
sudo apt install imagemagick
- name: Make the page region image
run: |
cd ./website/samples
Expand Down

0 comments on commit 7367e55

Please sign in to comment.