Skip to content

Commit b04157b

Browse files
committed
Fix custom domain to jana.gonnermann.com
1 parent 36305d8 commit b04157b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
9090
9191
- name: Add custom domain
92-
run: echo "janagonnermann.com" > ./public/CNAME
92+
run: echo "jana.gonnermann.com" > ./public/CNAME
9393

9494
- name: Generate Pagefind search index (if applicable)
9595
run: |

0 commit comments

Comments
 (0)