We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e8c5c commit f137da0Copy full SHA for f137da0
.github/workflows/deploy.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Add 404.html for SPA routing
42
run: cp dist/demo/browser/index.html dist/demo/browser/404.html
43
44
+ - name: Add CNAME for custom domain
45
+ run: echo 'theme.angularui.org' > dist/demo/browser/CNAME
46
+
47
- name: Setup Pages
48
uses: actions/configure-pages@v4
49
@@ -60,4 +63,4 @@ jobs:
60
63
steps:
61
64
- name: Deploy to GitHub Pages
62
65
id: deployment
- uses: actions/deploy-pages@v4
66
+ uses: actions/deploy-pages@v4
0 commit comments