Skip to content

Commit 9e919ac

Browse files
authored
Added CNAME
1 parent 2038200 commit 9e919ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
HUGO_ENV: production
5151
run: hugo --minify
5252

53+
- name: Create CNAME file
54+
run: echo 'infuse.quest' > public/CNAME
55+
5356
- name: Build Pagefind index
5457
run: npx pagefind --site "public"
5558

0 commit comments

Comments
 (0)