Skip to content

Commit

Permalink
Remove jekyll_picture_tag because it's being weird
Browse files Browse the repository at this point in the history
Signed-off-by: Still Hsu <[email protected]>
  • Loading branch information
Still34 committed Jul 17, 2023
1 parent 9ed4a6d commit 24efc22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install libvips
run: sudo apt update; sudo apt install -y libvips
# - name: Install libvips
# run: sudo apt update; sudo apt install -y libvips
- name: Setup Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gem 'coderay', '~> 1.1.0'
gem "minimal-mistakes-jekyll", "~> 4.24.0"
group :jekyll_plugins do
gem "jekyll-feed"
gem 'jekyll_picture_tag', '~> 2.0'
end
#gem 'jekyll_picture_tag', '~> 2.0'
end

0 comments on commit 24efc22

Please sign in to comment.