CI fix tentative #16
Some checks failed
Build and deploy all / build (test.json, /var/www/crashtest, test) (push) Failing after 43s
Build and deploy all / deploy (push) Has been skipped
Build and deploy all / notify (push) Failing after 3s

This commit is contained in:
Gu://em_ 2026-03-30 22:19:33 +02:00
parent 9e2db42efa
commit 74457b6f8d

View file

@ -63,9 +63,9 @@ jobs:
pnpm install
- name: Build the project
run: pnpm run build
with:
path: "source"
run: |
cd ./source
pnpm run build
- name: Save the result for deployment
uses: actions/upload-artifact@v4