Skip to content

Commit

Permalink
Build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermuted committed Jun 28, 2024
1 parent b254ec8 commit f376e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-jekyll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
restore-keys: |
${{ runner.os }}-cache-
- name: Install libvips
run: sudo apt-get install -y libvips

# Use GitHub Deploy Action to build and deploy to Github
- uses: jeffreytse/jekyll-deploy-action@v0.6.0
with:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "jekyll", "~> 4.2.1"
gem "minima", "~> 2.0"
gem 'jekyll-autoprefixer'
gem "mini_racer"
gem "ruby-vips"

# If you have any plugins, put them here!
group :jekyll_plugins do
Expand Down

0 comments on commit f376e78

Please sign in to comment.