This commit is contained in:
Neil Hanlon
2025-08-29 22:41:05 -04:00
parent d0e5beca51
commit fb63ba5cfe
+3 -3
View File
@@ -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'