From 8fdf679e1ce51369ad3e73619004ca37a48bc8f1 Mon Sep 17 00:00:00 2001 From: Dustin Groves <137822161+Or4cl3AI@users.noreply.github.com> Date: Sun, 17 Sep 2023 06:24:10 -0700 Subject: [PATCH] Update vercel-build.yml --- .github/workflows/vercel-build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/vercel-build.yml b/.github/workflows/vercel-build.yml index adad166..e9b5ccf 100644 --- a/.github/workflows/vercel-build.yml +++ b/.github/workflows/vercel-build.yml @@ -1,6 +1,3 @@ -Certainly! Here's an example of how the code could be resolved without the conflicts: - -```yaml name: Vercel Build on: @@ -32,5 +29,4 @@ jobs: env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} -```