Skip to content

Commit 36305d8

Browse files
committed
online
1 parent 7966fad commit 36305d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
echo "Hugo Cache Dir: $(hugo config | grep cachedir)"
8989
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
9090
91+
- name: Add custom domain
92+
run: echo "janagonnermann.com" > ./public/CNAME
93+
9194
- name: Generate Pagefind search index (if applicable)
9295
run: |
9396
# Check if site uses Pagefind search

0 commit comments

Comments
 (0)