contact test 3
Some checks failed
Deploy Jody's App / build-and-deploy (push) Failing after 31s

This commit is contained in:
2026-02-18 22:00:37 -06:00
parent 975254e933
commit 28452a288e
2 changed files with 7 additions and 1 deletions

View File

@@ -29,6 +29,12 @@ jobs:
rm -rf /var/www/jody/dist/*
cp -r dist/* /var/www/jody/dist/
- name: Debug runner identity
run: |
whoami
id
ls -ld /var/www/jody/contact-api /var/www/jody/contact-api/dist || true
- name: Sync Contact API Runtime Files
run: |
mkdir -p /var/www/jody/contact-api

View File

@@ -233,7 +233,7 @@ export function Contact() {
Contact
</h2>
<p className="mt-2 text-text/75 font-main text-sm md:text-base">
Fill out this form to reach out, I will reply ASAP!
Send me a message and I&apos;ll reply from my personal inbox.
</p>
</div>