We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b172b20 commit 966c4f2Copy full SHA for 966c4f2
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Ruby
13
uses: ruby/[email protected]
14
with:
15
- ruby-version: 2.6
+ ruby-version: 2.7
16
- name: Bundle path
17
run: |
18
bundle config path .vendor/bundle
@@ -25,6 +25,8 @@ jobs:
25
ruby-deps-
26
- name: Ruby deps
27
run: gem install json kramdown jekyll bundler
28
+ - name: Nokogiri
29
+ run: gem install nokogiri -- --use-system-libraries
30
- name: Setup Python
31
uses: actions/setup-python@v2
32
0 commit comments