Skip to content

Commit

Permalink
fix(actions): remove comments
Browse files Browse the repository at this point in the history
remove unsed comments from action deploy

fix #13
  • Loading branch information
Ridermansb committed Jun 27, 2020
1 parent d6f6bb2 commit 6e58fb8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,16 +356,3 @@ jobs:

- name: Deploy to Firebase
run: npm run deploy -- --only functions -f --non-interactive -m "Functions build ${{ needs.install.outputs.version }} by $GITHUB_ACTOR from GitHub $GITHUB_WORKFLOW action"

# audit:
# runs-on: ubuntu-latest
# needs: deploy
# steps:
# - name: Audit URLs using Lighthouse
# uses: treosh/lighthouse-ci-action@v3
# with:
# urls: https://react-firebase-ssr.ridermansb.dev/
# budgetPath: .github/workflows/budget.json
# uploadArtifacts: true
# configPath: .github/workflows/lighthouserc.json
# temporaryPublicStorage: true

0 comments on commit 6e58fb8

Please sign in to comment.