Skip to content

Commit

Permalink
Install GraphicMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
masao committed Mar 9, 2024
1 parent 39869c7 commit 2544516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
ruby-version: '3.2'
bundler-cache: true
cache-version: 0
- name: Install GraphicMagick
run: |
sudo apt-get install -y build-essential libgraphicsmagick1-dev
sudo apt-get install -y graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat
- name: Generate Site
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
Expand Down

0 comments on commit 2544516

Please sign in to comment.