Mike McQuaid e69124045a
Remove BuildPulse and use CodeCov instead
Now we're successfully sending flaky test results to CodeCov, let's
remove BuildPulse code and docs.
2024-12-24 10:32:55 +00:00
..
2024-08-01 10:10:32 -04:00
2024-11-12 12:51:28 -08:00
2024-09-24 08:35:58 +01:00
2024-12-22 17:20:02 +00:00
2024-11-24 10:46:37 -05:00

Homebrew Docs

These are the source files for the Homebrew documentation site.

A GitHub Action is run to validate each change before the site is deployed to GitHub Pages.

Usage

Open https://docs.brew.sh in your web browser.

To instead generate the site locally to http://localhost:4000, run:

cd `brew --repository`/docs
bundle install
bundle exec jekyll serve --watch