From 577f01c30ea34d8a034f83830c5de7f9ef916673 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Thu, 12 Jun 2025 11:19:19 -0400 Subject: [PATCH 1/2] Generate template API samples for `formulae.brew.sh` docs workflow --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5d88cf7e65..c1a0237946 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,3 +1,4 @@ +# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly. name: Documentation CI on: @@ -67,7 +68,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 From 9541ad89312257485d0dfa2efb9bd11b42f58b31 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 12 Jun 2025 16:39:55 +0100 Subject: [PATCH 2/2] workflows/docs: remove comment. --- .github/workflows/docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c1a0237946..ecd5f84033 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,3 @@ -# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly. name: Documentation CI on: