From 0c6463262ba5cb57d729d2a81c2ac93aacebee53 Mon Sep 17 00:00:00 2001 From: user0x42 Date: Thu, 27 Feb 2025 12:30:37 +0100 Subject: [PATCH] Update vercel-deploy.yml --- .github/workflows/vercel-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vercel-deploy.yml b/.github/workflows/vercel-deploy.yml index ea01450..5dc4992 100644 --- a/.github/workflows/vercel-deploy.yml +++ b/.github/workflows/vercel-deploy.yml @@ -33,7 +33,7 @@ jobs: zola build - name: Deploy to Vercel - uses: amondnet/vercel-action@v20 + uses: https://github.com/amondnet/vercel-action@v20 with: vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required vercel-args: "--prod" # Deploy to production