Skip to content

Commit

Permalink
pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jul 17, 2024
1 parent 2d6c539 commit e9afb2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ 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 e9afb2e

Please sign in to comment.