From fff76907843f9ba579f44e7f1ae464e6e5dfcd90 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:23:02 -0400 Subject: [PATCH] fix: include Gemfile.lock in build artifact Add Gemfile.lock to the Jekyll workflow artifact list so the build output includes the locked dependency set for deployment and downstream processing. --- .github/workflows/jekyll-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index fa0b24b4..0be114bf 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -171,6 +171,7 @@ jobs: favicon.ico feed.xml Gemfile + Gemfile.lock staticman.yml tags.html )