From 6e58fb81b6b994f3956f31dfaf065e906577c1cf Mon Sep 17 00:00:00 2001 From: ridermansb Date: Sat, 27 Jun 2020 11:25:04 -0300 Subject: [PATCH] fix(actions): remove comments remove unsed comments from action deploy fix #13 --- .github/workflows/deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 34b73e3..b66d678 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 \ No newline at end of file