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 7273a732b1 - Show all commits
+6 -1
View File
@@ -17,4 +17,9 @@ jobs:
- name: Install dependencies
run: |
set -euo pipefail
npm install
npm install
- name: Build
run: |
set -euo pipefail
npm run build