We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad29ea commit 592821cCopy full SHA for 592821c
1 file changed
.github/workflows/build-deploy.yml
@@ -144,17 +144,10 @@ jobs:
144
name: site-build
145
path: _site
146
147
- - name: Run Lighthouse CI
148
- run: |
149
- npm install -g @lhci/cli
150
- lhci autorun
151
- env:
152
- LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
153
-
154
deploy:
155
name: Deploy to GitHub Pages
156
runs-on: ubuntu-latest
157
- needs: [build, accessibility, lighthouse]
+ needs: [build]
158
if: github.ref == 'refs/heads/main'
159
environment:
160
name: github-pages
0 commit comments