Skip to content

Commit

Permalink
ci: set correct paths for pnpm actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Dec 15, 2023
1 parent 68d1e56 commit d74cbd9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- migration
workflow_dispatch:

jobs:
Expand All @@ -19,15 +18,15 @@ jobs:
uses: pnpm/action-setup@v2

- name: 🐧 Use Node.js v18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: v18.x
cache: 'pnpm'
cache-dependency-path: website/pnpm-lock.yaml
cache-dependency-path: pnpm-lock.yaml

- name: 🔍 Installation
run: pnpm install
working-directory: ./website
working-directory: ./

- name: 🔧 Build
run: pnpm build
Expand Down

0 comments on commit d74cbd9

Please sign in to comment.