From 23a4175bc65953310cd5761a78d1eab54ec5a73d Mon Sep 17 00:00:00 2001 From: unkn0wn Date: Wed, 24 Jun 2026 09:15:47 +0200 Subject: [PATCH] fix: remove paths filter from deployment trigger and update layout title and badge version --- .gitea/workflows/deploy.yml | 2 -- src/pages/index.astro | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b400b51..0c9d0db 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,8 +4,6 @@ on: push: branches: - main - paths: - - 'package.json' workflow_dispatch: jobs: diff --git a/src/pages/index.astro b/src/pages/index.astro index 0193aa0..e1b2b85 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -82,13 +82,13 @@ const spacingScale = [ const radiusScale = ["xs", "sm", "md", "lg", "xl", "2xl", "full"]; --- - +
Nova Design System - v0.06 + v1.2.0