Skip to content

Commit

Permalink
Update deploy config (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
delisma committed Apr 19, 2024
1 parent 7d2204c commit bcc0740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '4.3.3' # Not needed with a .ruby-version file
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem "jekyll-remote-theme", github: "benbalter/jekyll-remote-theme", branch: "master"
gem "jekyll", "~> 4.2"
gem "jekyll-remote-theme", github: "benbalter/jekyll-remote-theme", branch: "master"

0 comments on commit bcc0740

Please sign in to comment.