Add jekyll-gist and jekyll-paginate plugins; update Gemfile for GitHub Pages compatibility

This commit is contained in:
Z. Cliffe Schreuders
2025-09-23 13:53:57 +01:00
parent a2edd36b5b
commit 92fd4e6880
4 changed files with 214 additions and 17 deletions

View File

@@ -24,13 +24,11 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '2.7'
bundler-cache: true
- name: Install dependencies
run: |
gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install
- name: Setup Pages