Skip to content

Commit

Permalink
add no wait option
Browse files Browse the repository at this point in the history
  • Loading branch information
maaarcelino committed Jan 16, 2024
1 parent e5f0867 commit 732b541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/transformations_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
run: vercel deploy --prebuilt --no-wait --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 732b541

Please sign in to comment.