From 732b54104a483bb56cd4b2a9970429537049f76a Mon Sep 17 00:00:00 2001 From: Marcel Tyszkiewicz Date: Tue, 16 Jan 2024 17:24:56 +0100 Subject: [PATCH] add no wait option --- .github/workflows/transformations_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transformations_docs.yml b/.github/workflows/transformations_docs.yml index ba967bc38..fe10c7e07 100644 --- a/.github/workflows/transformations_docs.yml +++ b/.github/workflows/transformations_docs.yml @@ -50,4 +50,4 @@ jobs: - name: Build Project Artifacts run: vercel build --token=${{ secrets.VERCEL_TOKEN }} - name: Deploy Project Artifacts to Vercel - run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} \ No newline at end of file + run: vercel deploy --prebuilt --no-wait --token=${{ secrets.VERCEL_TOKEN }} \ No newline at end of file