From 144263a20cabce7db2ac537ff571f5f6f7203dd2 Mon Sep 17 00:00:00 2001 From: MateraBradley-FS-1 <162147754+BradleyMatera@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:45:24 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 81be570..4e9b998 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,8 +23,8 @@ jobs: - name: Configure Git run: | - git config --global user.email "you@example.com" - git config --global user.name "Your Name" + git config --global user.email "BFMatera@student.fullsail.edu" + git config --global user.name "Bradley Matera" - name: Deploy to GitHub Pages run: npm run deploy