Skip to content

Commit

Permalink
changing mkdir option
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jun 8, 2024
1 parent 161f62c commit af47a72
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 @@ -50,7 +50,7 @@ jobs:
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Copy output
run: mkdir -a .vercel/output && cp -r public/* .vercel/output
run: mkdir -p .vercel/output && cp -r public/* .vercel/output
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
Expand Down

0 comments on commit af47a72

Please sign in to comment.