Skip to content

Commit

Permalink
task: copying to .vercel/output
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jun 8, 2024
1 parent d308e58 commit 161f62c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4

# Push our generated site to vercel
- name: Install Vercel CLI
run: npm install --global vercel@latest
# Push our generated site to vercel
- name: Copy output
run: mkdir -a .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 161f62c

Please sign in to comment.