Skip to content

Commit 592821c

Browse files
committed
skip ci tests for now
1 parent 6ad29ea commit 592821c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,10 @@ jobs:
144144
name: site-build
145145
path: _site
146146

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-
154147
deploy:
155148
name: Deploy to GitHub Pages
156149
runs-on: ubuntu-latest
157-
needs: [build, accessibility, lighthouse]
150+
needs: [build]
158151
if: github.ref == 'refs/heads/main'
159152
environment:
160153
name: github-pages

0 commit comments

Comments
 (0)