Add missing pnpm install
Some checks failed
Deploy website / deploy (push) Failing after 18s

This commit is contained in:
luaneko 2024-12-03 18:23:07 +11:00
parent 89b988c4e2
commit 6cc3328758
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@v4
- name: Build project
run: pnpm build
run: |
pnpm install
pnpm build
- name: Deploy to server
run: |