diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index ef128e84..c3d5fe5a 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -57,9 +57,6 @@ jobs: - name: Pull Vercel environment information run: vercel pull --yes --environment=preview --token ${{ secrets.VERCEL_TOKEN }} - - name: Pull Vercel environment information - run: vercel pull --yes --environment=preview --token ${{ secrets.VERCEL_TOKEN }} - - name: Build project artifacts run: vercel build --yes --token ${{ secrets.VERCEL_TOKEN }}