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: