We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f6bb2 commit 6e58fb8Copy full SHA for 6e58fb8
.github/workflows/deploy.yml
@@ -356,16 +356,3 @@ jobs:
356
357
- name: Deploy to Firebase
358
run: npm run deploy -- --only functions -f --non-interactive -m "Functions build ${{ needs.install.outputs.version }} by $GITHUB_ACTOR from GitHub $GITHUB_WORKFLOW action"
359
-
360
-# audit:
361
-# runs-on: ubuntu-latest
362
-# needs: deploy
363
-# steps:
364
-# - name: Audit URLs using Lighthouse
365
-# uses: treosh/lighthouse-ci-action@v3
366
-# with:
367
-# urls: https://react-firebase-ssr.ridermansb.dev/
368
-# budgetPath: .github/workflows/budget.json
369
-# uploadArtifacts: true
370
-# configPath: .github/workflows/lighthouserc.json
371
-# temporaryPublicStorage: true
0 commit comments