Skip to content

Commit

Permalink
nah
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Aug 6, 2024
1 parent be970db commit b392675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Vercel CLI
run: pnpm install --global vercel@latest
run: npm install --global vercel@latest

- name: Create preview deployment
run: vercel deploy --token=${{ secrets.VERCEL_TOKEN }}
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Vercel CLI
run: pnpm install --global vercel@latest
run: npm install --global vercel@latest

- name: Create production deployment
run: vercel deploy --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit b392675

Please sign in to comment.