Skip to content

Commit

Permalink
change order of gmagick
Browse files Browse the repository at this point in the history
  • Loading branch information
masao committed Mar 9, 2024
1 parent 2544516 commit 55c6c40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- 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: Install Ruby and Jekyll
uses: ruby/setup-ruby@v1
with:
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 55c6c40

Please sign in to comment.