Skip to content

Commit 177aa50

Browse files
Fix pipeline issue
1 parent fdba819 commit 177aa50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Add 404.html for SPA routing
4242
run: cp dist/ngxpress.dev/browser/index.html dist/ngxpress.dev/browser/404.html
4343

44+
- name: Add CNAME for custom domain
45+
run: echo 'ngxpress.dev' > dist/ngxpress.dev/browser/CNAME
46+
4447
- name: Setup Pages
4548
uses: actions/configure-pages@v4
4649

0 commit comments

Comments
 (0)