Skip to content

Commit

Permalink
fix: add custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 21, 2024
1 parent 6f9f259 commit 7423cea
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 @@ -33,6 +33,7 @@ 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

0 comments on commit 7423cea

Please sign in to comment.