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 7966fad commit 36305d8Copy full SHA for 36305d8
1 file changed
.github/workflows/deploy.yml
@@ -88,6 +88,9 @@ jobs:
88
echo "Hugo Cache Dir: $(hugo config | grep cachedir)"
89
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
90
91
+ - name: Add custom domain
92
+ run: echo "janagonnermann.com" > ./public/CNAME
93
+
94
- name: Generate Pagefind search index (if applicable)
95
run: |
96
# Check if site uses Pagefind search
0 commit comments