From fb63ba5cfe21bae64141e371da6e48c87b9d0f15 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 29 Aug 2025 22:41:05 -0400 Subject: [PATCH] a --- .github/workflows/hugo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 416b2d6..4392e24 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -120,10 +120,10 @@ jobs: if: steps.build-needed.outputs.need_build == 'true' run: | cat << EOF > public/CNAME - neilhanlon.me - neilhanlon.com - hanlon.ninja thepotato.tech + neilhanlon.com + neilhanlon.me + hanlon.ninja EOF - name: Cache Save if: steps.build-needed.outputs.need_build == 'true'