Skip to content

Commit

Permalink
Set env data
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Apr 4, 2024
1 parent f25806e commit 815566a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 815566a

Please sign in to comment.