Skip to content

Commit ff7bc61

Browse files
committed
Fix custom domain in GitHub Actions workflow
1 parent 484a4e1 commit ff7bc61

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 "www.janagonnermann.com" > ./public/CNAME
9393

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

0 commit comments

Comments
 (0)