Add dev deployment workflow #49 #57

Merged
jakob.scheid merged 5 commits from chore/gitea-actions-workflow into main 2026-05-17 14:23:08 +02:00
Showing only changes of commit 62c6784e2c - Show all commits
+6 -1
View File
@@ -12,4 +12,9 @@ jobs:
runs-on: node-minio runs-on: node-minio
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies
run: |
set -euo pipefail
npm install