Skip to content

Commit

Permalink
fix: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 21, 2024
1 parent 264db02 commit b95f5b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm install # Or pnpm/yarn if you are using a different package manager
run: |
cd examples/email
npm install
- name: Build Email App
run: |
cd examples/email
npm run build
mkdir -p ../../gh-pages/email
cp -R dist/* ../../gh-pages/email
Expand Down

0 comments on commit b95f5b8

Please sign in to comment.