mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Generate template API samples for formulae.brew.sh
docs workflow
This commit is contained in:
parent
8063291f7c
commit
577f01c30e
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user