Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivamani-18 authored Jul 29, 2024
1 parent dc964fa commit c44ba4c
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 @@ -20,6 +20,7 @@ jobs:

- name: Install dependencies
run: npm install


- name: Build project
run: npm run build:production
Expand All @@ -29,3 +30,5 @@ jobs:
with:
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./dist
user_name: github-actions
user_email: github-actions@github.com

0 comments on commit c44ba4c

Please sign in to comment.