mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-01-26 11:24:02 +00:00
fix: github workflow tooling installation and dev docs (#6)
* Initial plan * Add gem installation to setup process with Ruby compatibility fixes Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> * Complete gem installation setup with improved documentation Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> * Update GitHub workflows to use new make setup and build targets Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/pages-build.yml
vendored
8
.github/workflows/pages-build.yml
vendored
@@ -32,15 +32,13 @@ jobs:
|
||||
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Parse Formulae and Build Site
|
||||
- name: Setup project dependencies and build site
|
||||
shell: bash
|
||||
run: |
|
||||
ruby scripts/parse_formulas.rb
|
||||
make setup
|
||||
make build
|
||||
echo "Generated formulae.json with $(jq '.formulae | length' docs/_data/formulae.json) formulae"
|
||||
ruby scripts/build_site.rb
|
||||
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
|
||||
Reference in New Issue
Block a user