Skip to content

Commit

Permalink
Apparently not
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Dec 31, 2023
1 parent 34685b4 commit 6d9f8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
run: pnpx vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: Deploy Project Artifacts to Vercel
run: pnpx vercel deploy --archive=tgz --prod --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
run: pnpx vercel deploy --prod --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

- name: Clear cache
env:
Expand Down

0 comments on commit 6d9f8bb

Please sign in to comment.