Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Sep 9, 2024
1 parent 4419a99 commit c594b2b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Print Working Directory
run: |
echo "Working directory: $(pwd)"
- name: Install Dependencies
working-directory: /functions
working-directory: functions
run: |
npm ci
Expand Down

0 comments on commit c594b2b

Please sign in to comment.