Skip to content

Commit

Permalink
Try fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarSEB committed Feb 4, 2025
1 parent 8f70632 commit 2b4ce22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
with:
bundler-cache: true

- name: Install ImageMagick and dependencies
run: |
sudo apt-get update
sudo apt-get install -y imagemagick libmagickcore-dev libmagickwand-dev pkg-config
- name: Set PKG_CONFIG_PATH for rmagick
run: |
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/ImageMagick-7.0.11/pkgconfig" >> $GITHUB_ENV
- name: Building site
run: JEKYLL_ENV=production bundle exec jekyll build --profile --trace
env:
Expand Down
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,17 @@ gem:
- jekyll-bits
- jekyll-feed
- jekyll-tagging
- jekyll-responsive-image
# - jekyll-responsive-image
- jekyll-image-optimization
- jekyll-seo-tag
- jekyll-mermaid

plugins:
- jemoji
- jekyll-sitemap
- jekyll-paginate
- jekyll-responsive-image
# - jekyll-responsive-image
- jekyll-image-optimization
- jekyll-seo-tag
- jekyll-last-modified-at
- jekyll-toc
Expand Down

0 comments on commit 2b4ce22

Please sign in to comment.