Skip to content

Commit

Permalink
fix: deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 21, 2024
1 parent 6f8da92 commit 1f1ad87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mkdir -p ../../gh-pages/email
cp -R dist/* ../../gh-pages/email
- name: Build Core Connection App
- name: Build Wallet Connection App
run: |
cd examples/core-connection
npm install
Expand Down

0 comments on commit 1f1ad87

Please sign in to comment.