1
0
Fork 0

Fix the deployment workflow
All checks were successful
Deploy / build (push) Successful in 38s

This commit is contained in:
Moritz Ruth 2025-02-26 18:32:17 +01:00
parent 99d7dece79
commit 491c12a80e
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -10,6 +10,9 @@ jobs:
- name: "Checkout" - name: "Checkout"
uses: "https://code.forgejo.org/actions/checkout@v4" uses: "https://code.forgejo.org/actions/checkout@v4"
- name: "Install pnpm"
run: "npm install --global pnpm"
- name: "Install dependencies" - name: "Install dependencies"
run: "pnpm install" run: "pnpm install"