Skip to content

Commit

Permalink
pull env for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Jun 7, 2024
1 parent a8ade02 commit cda5e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ./.github/actions/runner-setup

- name: Pull Vercel Environment Information
run: npx vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: npx vercel pull --cwd packages/apps/docs --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

- name: Build App for Vercel Deployment
run: npx vercel build --cwd packages/apps/docs --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit cda5e3a

Please sign in to comment.