Skip to content

Commit

Permalink
no double pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jul 17, 2024
1 parent e0be9fb commit 961a7b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
- name: Pull Vercel environment information
run: vercel pull --yes --environment=preview --token ${{ secrets.VERCEL_TOKEN }}

- name: Pull Vercel environment information
working-directory: packages/example
run: vercel pull --yes --environment=preview --token ${{ secrets.VERCEL_TOKEN }}

- name: Build project artifacts
working-directory: packages/example
run: vercel build --yes --token ${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 961a7b7

Please sign in to comment.