diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6759a77..c675889 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -39,7 +39,7 @@ jobs: with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} - vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_TL_ENGINE }} + vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} scope: ${{ secrets.VERCEL_ORG_ID }} - name: Deploy to Production @@ -49,6 +49,6 @@ jobs: with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} - vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_TL_ENGINE }} + vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} vercel-args: "--prod" scope: ${{ secrets.VERCEL_ORG_ID }}