Skip to content

Commit

Permalink
Fix check-links CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-janon committed Aug 2, 2024
1 parent fbc5aa0 commit 163518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install --global vercel@latest

- name: Pull Vercel Environment Information
run: vercel env pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
run: vercel env pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

- name: Build project
run: EXPORT=true yarn build
Expand Down

0 comments on commit 163518b

Please sign in to comment.