Skip to content

Commit

Permalink
Set up GitHub Actions for deployment-19
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgupta0220 committed Oct 31, 2024
1 parent e7303f4 commit 0108319
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Clear npm cache
run: npm cache clean --force

- name: Check working directory
run: echo "Current directory: ${{ github.workspace }}

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 0108319

Please sign in to comment.