Skip to content

Commit d0c6104

Browse files
committed
Test Action
1 parent 210cf78 commit d0c6104

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎.github/workflows/build-org.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
ref: source
1515
- name: Set up Ruby 2.6 # Does not work with Ruby 3.2 (jekyll scholar uses exists)
1616
uses: ruby/setup-ruby@v1
17-
# with:
18-
# ruby-version: '2.6'
17+
with:
18+
ruby-version: '2.6'
1919
- name: Build Jekyll site
2020
run: |
2121
set -xo pipefail

‎Gemfile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ gem "github-pages", group: :jekyll_plugins
44
gem "minimal-mistakes-jekyll"
55

66
gem "tzinfo-data"
7+
gem "nokogiri", "< 1.14"
78
gem "wdm", "~> 0.1.0" if Gem.win_platform?
89

910
# If you have any plugins, put them here!

0 commit comments

Comments
 (0)