Skip to content

Commit

Permalink
Move config declaration to run command
Browse files Browse the repository at this point in the history
  • Loading branch information
curt-mitch-census committed Nov 28, 2023
1 parent 136656a commit e7d227f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
bundle install
bundle exec jekyll build
- name: run Lighthouse CI
with:
configPath: ".github/lighthouse/lighthouserc.js"
run: |
npm install -g @lhci/[email protected]
lhci autorun
lhci autorun --config=../lighthouse/lighthouserc.js

0 comments on commit e7d227f

Please sign in to comment.