Compare commits

...

2 Commits

Author SHA1 Message Date
redglow b8bb83624d ci: yarn install (dev)
Build and Deploy / Build (push) Failing after 2s
2026-06-22 08:33:56 +02:00
redglow c762b81b01 ci: run-name 2026-06-22 08:31:55 +02:00
+4 -1
View File
@@ -1,5 +1,5 @@
name: Build and Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
run-name: Build And Deploy (by ${{ gitea.actor }}) 🚀
on:
workflow_dispatch:
push:
@@ -12,3 +12,6 @@ jobs:
steps:
- name: Checkout Source Code
uses: actions/checkout@v4
- name: Yarn install (dev)
shell: bash
run: yarn install