Skip to content

Commit

Permalink
ci: fix deploy-website
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Nov 24, 2023
1 parent bc2ecef commit d0aa8d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node.js v18
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install dependencies
uses: ./packages/actions/src/pnpmCache

- name: Pull vercel production environment
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

Expand Down

0 comments on commit d0aa8d2

Please sign in to comment.