ci: migrate release workflow from GitHub Actions to Gitea Actions #1

Merged
siujamo merged 64 commits from develop into main 2026-06-15 09:34:13 +08:00
Showing only changes of commit 1f30f70f21 - Show all commits
+1 -1
View File
@@ -32,7 +32,7 @@ export default function HeroLayout() {
<div className="max-w-screen-2xl mx-auto px-4 sm:px-6 lg:px-10 h-full"> <div className="max-w-screen-2xl mx-auto px-4 sm:px-6 lg:px-10 h-full">
<div className="flex justify-between items-center h-20"> <div className="flex justify-between items-center h-20">
<div className="flex items-center"> <div className="flex items-center">
<h1 className="text-xl font-semibold text-gray-900 text-white"></h1> <h1 className="text-xl font-semibold text-white"></h1>
</div> </div>
<nav className="flex h-full"> <nav className="flex h-full">
<NavLink <NavLink