diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6780b3a..efc92b5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,6 @@ jobs: # Always run the linter, even if prettier failed if: ${{ steps.install.outcome == 'success' }} - build: name: Build & Stage runs-on: ubuntu-latest @@ -47,7 +46,7 @@ jobs: REACT_APP_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.REACT_APP_FIREBASE_MESSAGING_SENDER_ID_DEV }} REACT_APP_FIREBASE_APP_ID: ${{ secrets.REACT_APP_FIREBASE_APP_ID_DEV }} REACT_APP_FIREBASE_MEASUREMENT_ID: ${{ secrets.REACT_APP_FIREBASE_MEASUREMENT_ID_DEV }} - + - name: Stage uses: rossjrw/pr-preview-action@v1 with: diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cf2406b5..2f305f28 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -45,8 +45,6 @@ jobs: environment: production sourcemaps: 'build/static/js' version: ${{ github.sha }} - ignore-missing: true - continue-on-error: true - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3