1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Update Jekyll to v4.0.0.

This commit is contained in:
XhmikosR
2019-08-20 19:27:34 +03:00
parent 906a5de548
commit cc3ca2586f
4 changed files with 26 additions and 16 deletions

View File

@@ -52,6 +52,9 @@ jobs:
- name: Set up Bundler
run: gem install bundler -v "~> 1.17"
- name: Update rubygems
run: gem update --system
- run: ruby --version
- run: gem --version
- run: bundle --version