From 0ba40b8cf502503147395cae67493c9d37f5acc9 Mon Sep 17 00:00:00 2001 From: Stephen Leisy <72354883+stephen-leisy@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:49:07 -0800 Subject: [PATCH] pull request deploy troubleshooting. (#3) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index adfb8d2..df0821d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,6 +43,6 @@ jobs: - name: Deploy to Vercel if: github.event_name == 'push' && github.ref == 'refs/heads/main' # Only deploy on push to 'main' - run: vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --yes # Deploy to Vercel with auto-confirmation + run: vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --yes --cwd # Deploy to Vercel with auto-confirmation env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} # Vercel token from GitHub Secrets