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 }} -```