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 5a724054708a210da6dcd0c0390e7fe5f233d3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:47:30 +0000 Subject: [PATCH 2/2] Bump nokogiri from 1.15.4 to 1.19.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.19.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.4...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 189483f2..22852950 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,14 +21,14 @@ 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) + ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (228) @@ -219,7 +219,7 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) multi_json (1.15.0) - nokogiri (1.15.4-x64-mingw32) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -252,21 +252,16 @@ 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) webrick (1.8.1) yell (2.2.2) zeitwerk (2.6.11) PLATFORMS - x64-mingw32 + x86_64-linux DEPENDENCIES github-pages (= 228) @@ -274,7 +269,6 @@ DEPENDENCIES jekyll-feed (~> 0.11) minima (~> 2.0) tzinfo-data - wdm (~> 0.1.0) webrick (~> 1.8) BUNDLED WITH