mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
The test
task already runs build
, so no need for it twice
This commit is contained in:
parent
1c91da27bb
commit
210b678caf
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -40,11 +40,10 @@ jobs:
|
||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
|
||||
run: bundle exec rake lint
|
||||
|
||||
- name: Check for broken links, then build docs site
|
||||
- name: Build the site and check for broken links
|
||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
|
||||
run: |
|
||||
bundle exec rake test
|
||||
bundle exec rake build
|
||||
|
||||
rubydoc:
|
||||
if: github.repository == 'Homebrew/brew'
|
||||
|
Loading…
x
Reference in New Issue
Block a user