From 02b3b5329b8a882702748af81ddbe016627e2de2 Mon Sep 17 00:00:00 2001 From: emw8105 Date: Sun, 21 Sep 2025 16:04:24 -0500 Subject: [PATCH] disabling github action deployment script due to vercel integration --- .github/workflows/deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a2e9a8..a774fe1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,10 @@ -name: Deploy to GitHub Pages +name: Deploy to GitHub Pages (DISABLED - Using Vercel) on: - push: - branches: - - master + # Disabled - now using Vercel for deployment + # push: + # branches: + # - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: