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' if: steps.build-needed.outputs.need_build == 'true'
run: | run: |
cat << EOF > public/CNAME cat << EOF > public/CNAME
neilhanlon.me
neilhanlon.com
hanlon.ninja
thepotato.tech thepotato.tech
neilhanlon.com
neilhanlon.me
hanlon.ninja
EOF EOF
- name: Cache Save - name: Cache Save
if: steps.build-needed.outputs.need_build == 'true' if: steps.build-needed.outputs.need_build == 'true'