From 6a613cebc11038f924aba184393450c413dc0b35 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Thu, 17 Jul 2025 11:11:14 -0400 Subject: [PATCH] Specify deployment mode for Bundler --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 846bdbe..36a34d2 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: - name: Setup cache directory run: mkdir .jekyll-cache - name: Install dependencies - run: bundle install + run: bundle install --deployment - name: Build the site run: jekyll build --trace - name: Include the Codeberg pages .domains file