Skip to content

Commit

Permalink
🧱 add step to create CNAME file for GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dvjn authored Jun 16, 2024
1 parent d342305 commit 1e4f91a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Build 📦
run: npm run build

- name: Add CNAME Entry 🌐
run: echo "dvjn.is-not-a.dev" > ./dist/CNAME

- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 1e4f91a

Please sign in to comment.