From 30dd2b5c324362ca0b560d3038372fc18548943e Mon Sep 17 00:00:00 2001 From: Dustin <126348160+Dustin4444@users.noreply.github.com> Date: Sat, 16 Aug 2025 23:13:39 -0400 Subject: [PATCH 1/2] Create jekyll-docker.yml --- .github/workflows/jekyll-docker.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/jekyll-docker.yml diff --git a/.github/workflows/jekyll-docker.yml b/.github/workflows/jekyll-docker.yml new file mode 100644 index 00000000..3d0eedb4 --- /dev/null +++ b/.github/workflows/jekyll-docker.yml @@ -0,0 +1,20 @@ +name: Jekyll site CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build the site in the jekyll/builder container + run: | + docker run \ + -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ + jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future" From ff6d3cf0780ba2a2d62d32e39e32850343e9a6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:03:47 +0000 Subject: [PATCH 2/2] Bump faraday from 2.7.11 to 2.14.1 Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.11 to 2.14.1. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.7.11...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 189483f2..e5373a87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,6 @@ GEM multi_json (~> 1.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - base64 (0.1.1) coffee-script (2.4.1) coffee-script-source execjs @@ -21,14 +20,15 @@ GEM http_parser.rb (~> 0) ethon (0.16.0) ffi (>= 1.15.0) - eventmachine (1.2.7-x64-mingw32) + eventmachine (1.2.7) execjs (2.9.1) - faraday (2.7.11) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) - ffi (1.15.5-x64-mingw32) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) + ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (228) @@ -205,6 +205,7 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) + json (2.18.1) kramdown (2.3.2) rexml kramdown-parser-gfm (1.1.0) @@ -213,13 +214,18 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.3.6) + mini_portile2 (2.8.9) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) multi_json (1.15.0) - nokogiri (1.15.4-x64-mingw32) + net-http (0.9.1) + uri (>= 0.11.1) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -235,7 +241,6 @@ GEM ffi (~> 1.0) rexml (3.2.6) rouge (3.26.0) - ruby2_keywords (0.0.5) rubyzip (2.3.2) safe_yaml (1.0.5) sass (3.7.4) @@ -252,21 +257,17 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - tzinfo-data (1.2023.3) - tzinfo (>= 1.0.0) unf (0.1.4) unf_ext - unf_ext (0.0.8.2-x64-mingw32) + unf_ext (0.0.8.2) unicode-display_width (1.8.0) - wdm (0.1.1) + uri (1.1.1) webrick (1.8.1) yell (2.2.2) zeitwerk (2.6.11) PLATFORMS - x64-mingw32 + x86_64-linux DEPENDENCIES github-pages (= 228) @@ -274,7 +275,6 @@ DEPENDENCIES jekyll-feed (~> 0.11) minima (~> 2.0) tzinfo-data - wdm (~> 0.1.0) webrick (~> 1.8) BUNDLED WITH