attempt to handle gh-pages build failure

This commit is contained in:
Aminda Suomalainen 2024-02-12 13:31:59 +02:00
parent 3dd3824d08
commit 009fc4fe7e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 18 additions and 4 deletions

2
Gemfile vendored
View File

@ -4,5 +4,3 @@ source "https://rubygems.org"
gem "github-pages"
# Required for `bundle exec jekyll serve`
gem "webrick"
# TODO: remove this when https://github.com/jekyll/jekyll/pull/9522 releases
gem "csv"

17
Gemfile.lock generated
View File

@ -23,7 +23,6 @@ GEM
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
csv (3.2.8)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
drb (2.2.0)
@ -224,6 +223,16 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
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)
racc (~> 1.4)
octokit (4.25.1)
@ -265,10 +274,14 @@ GEM
webrick (1.8.1)
PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux
DEPENDENCIES
csv
github-pages
webrick

View File

@ -71,3 +71,6 @@ ipnsSubdomainGateway: ipns.dweb.link
# {{site.keyoxide}}/whatever
keyoxide: https://keyoxide.org
# Attempt to handle warning
excerpt_separator: "\n\n"