From fda9b404fbc4ab025e971227424789253745667e Mon Sep 17 00:00:00 2001 From: lybell-art Date: Tue, 23 Jul 2024 17:46:51 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EB=B0=B0=ED=8F=AC=20=EC=9B=8C=ED=81=AC?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=20=ED=83=80=EC=9D=B4=ED=8F=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_preview.yaml b/.github/workflows/deploy_preview.yaml index 50eff3c1..3658d0b0 100644 --- a/.github/workflows/deploy_preview.yaml +++ b/.github/workflows/deploy_preview.yaml @@ -21,6 +21,6 @@ jobs: run: npm install -g vercel - name: deploy to vercel as preview run: | - vercel pull --yes -token=${{ secrets.VERCEL_TOKEN }} + vercel pull --yes --token=${{ secrets.VERCEL_TOKEN }} vercel build --token=${{ secrets.VERCEL_TOKEN }} vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} \ No newline at end of file