Skip to content

Commit

Permalink
Merge pull request #97 from jt14den/gh-pages
Browse files Browse the repository at this point in the history
fixing build with updates to ruby version in workflows and update to GEMFILE to sync with GH pages
  • Loading branch information
MikeTrizna authored Jan 31, 2024
2 parents 9d7e1ca + 2cac7e8 commit 71ab48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ source 'https://rubygems.org'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Synchronize with https://pages.github.com/versions
ruby '>=2.5.8'
ruby '>=2.7.4'

gem 'github-pages', group: :jekyll_plugins

0 comments on commit 71ab48b

Please sign in to comment.