Skip to content

Commit 6a60504

Browse files
committed
test
1 parent 2425c1a commit 6a60504

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
provider: 'github'
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
jekyll_src: './test_site'
26+
pre_build_commands: 'export NOKOGIRI_USE_SYSTEM_LIBRARIES=true'

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.1.0"
10+
gem "jekyll", "= 3.10.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1515
# gem "github-pages", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
17+
18+
gem 'github-pages', '232', group: :jekyll_plugins
19+
1720
group :jekyll_plugins do
1821
gem "jekyll-feed", "~> 0.12"
1922
gem 'jekyll-spaceship', '~> 0.6'

0 commit comments

Comments
 (0)