From 163518bbfbf0bc3106dd96247c3beb6615af68dd Mon Sep 17 00:00:00 2001 From: Lucas Janon Date: Fri, 2 Aug 2024 15:29:19 -0300 Subject: [PATCH] Fix check-links CI --- .github/workflows/check-links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 77b01dc4..1b20a29b 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -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