From 815566aa2920ebd596fd0acdd0eff07c589fc2e4 Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Thu, 4 Apr 2024 23:52:52 +0530 Subject: [PATCH] Set env data --- .github/workflows/deploy.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9bbc9a3..23087ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,26 +22,15 @@ jobs: node-version: 18.x # cache: npm - # - name: Set Variables Data - # env: - # REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }} - # run: | - # echo ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }} - - name: Set Variables Data - id: set-env-data env: REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }} run: | echo $REACT_APP_FOLLOWERS_ACCESS_KEY - timeout-minutes: 5 - - - name: Install dependencies - run: | - npm ci - name: Install dependencies & Build website run: | + npm ci cd documentation npm ci npm run build