mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
attempt to handle gh-pages build failure
This commit is contained in:
parent
3dd3824d08
commit
009fc4fe7e
2
Gemfile
vendored
2
Gemfile
vendored
@ -4,5 +4,3 @@ source "https://rubygems.org"
|
|||||||
gem "github-pages"
|
gem "github-pages"
|
||||||
# Required for `bundle exec jekyll serve`
|
# Required for `bundle exec jekyll serve`
|
||||||
gem "webrick"
|
gem "webrick"
|
||||||
# TODO: remove this when https://github.com/jekyll/jekyll/pull/9522 releases
|
|
||||||
gem "csv"
|
|
||||||
|
17
Gemfile.lock
generated
17
Gemfile.lock
generated
@ -23,7 +23,6 @@ GEM
|
|||||||
commonmarker (0.23.10)
|
commonmarker (0.23.10)
|
||||||
concurrent-ruby (1.2.3)
|
concurrent-ruby (1.2.3)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
csv (3.2.8)
|
|
||||||
dnsruby (1.70.0)
|
dnsruby (1.70.0)
|
||||||
simpleidn (~> 0.2.1)
|
simpleidn (~> 0.2.1)
|
||||||
drb (2.2.0)
|
drb (2.2.0)
|
||||||
@ -224,6 +223,16 @@ GEM
|
|||||||
mutex_m (0.2.0)
|
mutex_m (0.2.0)
|
||||||
net-http (0.4.1)
|
net-http (0.4.1)
|
||||||
uri
|
uri
|
||||||
|
nokogiri (1.16.2-aarch64-linux)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.16.2-arm-linux)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.16.2-arm64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.16.2-x86-linux)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.16.2-x86_64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.2-x86_64-linux)
|
nokogiri (1.16.2-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.25.1)
|
octokit (4.25.1)
|
||||||
@ -265,10 +274,14 @@ GEM
|
|||||||
webrick (1.8.1)
|
webrick (1.8.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
aarch64-linux
|
||||||
|
arm-linux
|
||||||
|
arm64-darwin
|
||||||
|
x86-linux
|
||||||
|
x86_64-darwin
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
csv
|
|
||||||
github-pages
|
github-pages
|
||||||
webrick
|
webrick
|
||||||
|
|
||||||
|
@ -71,3 +71,6 @@ ipnsSubdomainGateway: ipns.dweb.link
|
|||||||
|
|
||||||
# {{site.keyoxide}}/whatever
|
# {{site.keyoxide}}/whatever
|
||||||
keyoxide: https://keyoxide.org
|
keyoxide: https://keyoxide.org
|
||||||
|
|
||||||
|
# Attempt to handle warning
|
||||||
|
excerpt_separator: "\n\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user