From a360c466ef1bfe974b6e812fccb66c09d0287d41 Mon Sep 17 00:00:00 2001 From: Jordan Violet <69053702+jordan-violet-sp@users.noreply.github.com> Date: Sat, 24 Sep 2022 21:09:00 -0400 Subject: [PATCH] Update firebase-hosting-pull-request.yml --- .github/workflows/firebase-hosting-pull-request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 4852e65d2..02e518549 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -13,8 +13,6 @@ jobs: - uses: actions/checkout@v2 - run: npm install && npm run docusaurus gen-api-docs all && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 - - env: - NODE_ENV: 'development' with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVELOPER_COMMUNITY_SITE }}'