Skip to content

Commit

Permalink
fix deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgroul committed Jul 23, 2023
1 parent ff48e39 commit 08d84cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Install dependencies
run: npm ci
working-directory: ./frontend

- name: Deploy
run: npm run deploy
working-directory: ./frontend

0 comments on commit 08d84cd

Please sign in to comment.