Skip to content

Commit

Permalink
task: fixing folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jun 8, 2024
1 parent 152ecd6 commit d308e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --cwd plublic --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --cwd public --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit d308e58

Please sign in to comment.