Skip to content

Commit

Permalink
Updated deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hala94 committed May 15, 2023
1 parent 26be1d5 commit 6ea1b0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ jobs:
run: pnpm install && pnpm add vercel@latest -w

- name: Pull Vercel Environment Information
working-directory: apps/docs
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

- name: Build Project Artifacts
working-directory: apps/docs
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: Deploy Project Artifacts to Vercel
working-directory: apps/docs
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 6ea1b0d

Please sign in to comment.