diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f511ea55..8d9b54b8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -127,10 +127,13 @@ jobs: # Deploy Apps to Vercel - name: Pull Vercel Environment Information + working-directory: ./apps/html23 run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - name: Build Project Artifacts + working-directory: ./apps/html23 run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} - name: Deploy Project Artifacts to Vercel + working-directory: ./apps/html23 run: vercel deploy --prod --prebuilt --token=${{ secrets.VERCEL_TOKEN }}