Skip to content

Commit

Permalink
fix: deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 21, 2024
1 parent a6b0c72 commit 6f8da92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
cd examples/email
npm install
npm run build
echo "email.push.org" > dist/CNAME
mkdir -p ../../gh-pages/email
cp -R dist/* ../../gh-pages/email
Expand Down
1 change: 1 addition & 0 deletions examples/email/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export default defineConfig({
},
},
// This is the base path for the email app
base: '/push-network-sdk/email/',
});

0 comments on commit 6f8da92

Please sign in to comment.