Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JGantts committed Nov 22, 2024
1 parent 5e43d2e commit 786811a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
ssh-private-key: ${{ secrets.LINODE_SSH_KEY }}

- name: Install dependencies
run: npm ci
working-directory: ./app/
run: npm i
working-directory: ./app/

- name: build
run: |
Expand Down

0 comments on commit 786811a

Please sign in to comment.