Skip to content

Commit 6e58fb8

Browse files
committed
fix(actions): remove comments
remove unsed comments from action deploy fix #13
1 parent d6f6bb2 commit 6e58fb8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -356,16 +356,3 @@ jobs:
356356

357357
- name: Deploy to Firebase
358358
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

Comments
 (0)