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

This commit is contained in:
Gu://em_ 2026-03-30 22:17:10 +02:00
parent 1aa7d543cd
commit 9e2db42efa

View file

@ -64,12 +64,14 @@ jobs:
- name: Build the project - name: Build the project
run: pnpm run build run: pnpm run build
with:
path: "source"
- name: Save the result for deployment - name: Save the result for deployment
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: build-${{ matrix.site }} name: build-${{ matrix.site }}
path: dist/ path: "source/dist/"
deploy: deploy:
needs: build needs: build