Skip to content

Commit

Permalink
README: fix suggested jekyll serve command & Action link
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFromCanada committed Sep 4, 2019
1 parent 0911b3f commit 5fd6a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Homebrew RubyDoc](https://rubydoc.brew.sh) is an online Ruby documentation browser for [Homebrew/brew](https://github.com/Homebrew/brew).

A [GitHub Action in Homebrew/brew](https://github.com/Homebrew/brew/blob/master/.github/main.workflow) is run on each commit, which deploys the site to GitHub Pages.
A [GitHub Action in Homebrew/brew](https://github.com/Homebrew/brew/blob/master/.github/workflows/apidoc.yml) is run on each commit, which deploys the site to GitHub Pages.

## Usage

Expand All @@ -14,7 +14,7 @@ To instead run Homebrew RubyDoc locally, run:
git clone https://github.com/Homebrew/rubydoc.brew.sh
cd rubydoc.brew.sh
bundle install
bundle exec jekyll serve
bundle exec jekyll serve --source docs
```

## License
Expand Down

0 comments on commit 5fd6a50

Please sign in to comment.