Skip to content

Commit f137da0

Browse files
CI(action): Add CNAME
1 parent c7e8c5c commit f137da0

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
@@ -41,6 +41,9 @@ jobs:
4141
- name: Add 404.html for SPA routing
4242
run: cp dist/demo/browser/index.html dist/demo/browser/404.html
4343

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

@@ -60,4 +63,4 @@ jobs:
6063
steps:
6164
- name: Deploy to GitHub Pages
6265
id: deployment
63-
uses: actions/deploy-pages@v4
66+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)