File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ jobs:
4343 - name : Install theme gems
4444 continue-on-error : true
4545 run : |
46- gem install type-on-strap
47- gem install jekyll-theme-type-on-strap
46+ gem install type-on-strap --source "https://rubygems.org"
47+ gem install jekyll-theme-type-on-strap --source "https://rubygems.org"
4848 - name : GPR
4949 continue-on-error : true
5050 run : |
51- gem install type-on-strap --version "2.4.9 " --source "https://rubygems.pkg.github.com/sylhare"
51+ gem install type-on-strap --version "2.4.10 " --source "https://rubygems.pkg.github.com/sylhare"
5252 - name : Build with Docker
5353 continue-on-error : true
5454 run : |
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22<!--
3- Type on Strap jekyll theme v2.4.9
3+ Type on Strap jekyll theme v2.4.10
44 Theme free for personal and commercial use under the MIT license
55 https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
66-->
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL image="sylhare/type-on-strap"
44
55# Create Type-on-strap Gemfile
66RUN echo "source \" https://rubygems.org\" " >> Gemfile
7- RUN echo "gem 'type-on-strap', '>= 2.4.9 ', '< 3.0'" >> Gemfile
7+ RUN echo "gem 'type-on-strap', '>= 2.4.10 ', '< 3.0'" >> Gemfile
88RUN echo "Adding the Gemfile" >> cat Gemfile
99
1010# Install the theme
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "type-on-strap"
5- spec . version = "2.4.9 "
5+ spec . version = "2.4.10 "
66 spec . authors = [ "Sylhare" , "Rohan Chandra" ]
77 spec . email = [ "sylhare@outlook.com" , "hellorohan@outlook.com" ]
88
You can’t perform that action at this time.
0 commit comments