Skip to content

Commit 7d429f0

Browse files
committed
git hub action issue
1 parent cd0c566 commit 7d429f0

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

_posts/2025-11-04-actions-issue.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: post
3+
title: 'GitHub Actions Issues with CB-CSV'
4+
subtitle:
5+
author: Evan Williamson
6+
publish-date: November 04, 2025
7+
tags: [alert, tech, ruby-jekyll, cb-csv]
8+
short_description: 'Tweak your jekyll.yml to avoid build errors.'
9+
---
10+
11+
Folks have been encountering a build error when using the default "jekyll.yml" GitHub Action with fresh CollectionBuilder-CSV projects, with an error message something like:
12+
13+
`The process '/opt/hostedtoolcache/Ruby/3.1.6/x64/bin/bundle' failed with exit code 5`
14+
15+
There is some sort of dependency hell issue with the Sass requirements and the older Ruby version the default Action uses.
16+
17+
The best solution is to manually update the Ruby version specified in the "jekyll.yml":
18+
19+
- In your project look for the file ".github/workflows/jekyll.yml".
20+
- Edit around line 40 where it says `ruby-version: '3.1'`, updating it to `ruby-version: '3.4'`
21+
22+
That should fix the build!
23+
(Let us know if you encounter issues...)

0 commit comments

Comments
 (0)