Skip to content

Commit

Permalink
Set default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Mar 20, 2024
1 parent acb87f5 commit a3a25ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
run: |
echo ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}
- name: Install dependencies & Build website
- name: Install dependencies
run: |
npm ci
- name: Install dependencies & Build website
run: |
cd documentation
npm ci
npm run build
Expand Down

0 comments on commit a3a25ef

Please sign in to comment.