ci: fix website workflow

This commit is contained in:
MedzikUser 2022-05-09 23:08:30 +02:00
parent f0acd9ebc1
commit a9de85558e
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 3 additions and 3 deletions

View File

@ -58,10 +58,10 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('website/pnpm-lock.yaml') }}-
- name: Install dependencies
run: pnpm install
run: pnpm install --prefix website
- name: Build page
run: pnpm run build
run: pnpm --prefix website run build
- name: Export page
run: pnpm run export
run: pnpm --prefix website run export