fix(ci): add GEM_HOME and add it to PATH

This commit is contained in:
2025-09-23 12:18:47 +03:00
parent c22aafdec6
commit 0fbcc898e5
2 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ jobs:
bundler-cache: true
- name: Parse Formulae and Build Site
shell: bash
run: |
ruby scripts/parse_formulas.rb
echo "Generated formulae.json with $(jq '.formulae | length' docs/_data/formulae.json) formulae"