Merge pull request #20091 from Homebrew/update-docs-workflow

Generate template API samples for `formulae.brew.sh` docs workflow
This commit is contained in:
Mike McQuaid 2025-06-12 16:40:30 +00:00 committed by GitHub
commit fca5630b23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ jobs:
- name: Generate formulae.brew.sh API samples
if: github.repository == 'Homebrew/formulae.brew.sh'
working-directory: docs
run: ../script/generate-api-samples.rb
run: ../script/generate-api-samples.rb --template
- name: Build the site and check for broken links
working-directory: docs