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 b95f5b8 commit 806faed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- 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 806faed

Please sign in to comment.