Skip to content

Commit 2db153a

Browse files
authored
fix(deploy) ensure CNAME is included in GHPages build
1 parent ffed93d commit 2db153a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- name: Build React app
2626
run: |
2727
npm run build
28-
28+
29+
- name: Add CNAME file for custom domain
30+
run: echo 'events.amfoss.in' > build/CNAME
31+
2932
- name: Deploy to GitHub Pages
3033
uses: peaceiris/actions-gh-pages@v3
3134
with:

0 commit comments

Comments
 (0)