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
+5
View File
@@ -18,3 +18,8 @@ jobs:
run: | run: |
set -euo pipefail set -euo pipefail
npm install npm install
- name: Build
run: |
set -euo pipefail
npm run build