fix: remove paths filter from deployment trigger and update layout title and badge version
Deploy Documentation / check-and-deploy (push) Successful in 10s
Deploy Documentation / check-and-deploy (push) Successful in 10s
This commit is contained in:
@@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
|
||||||
- 'package.json'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -82,13 +82,13 @@ const spacingScale = [
|
|||||||
const radiusScale = ["xs", "sm", "md", "lg", "xl", "2xl", "full"];
|
const radiusScale = ["xs", "sm", "md", "lg", "xl", "2xl", "full"];
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Nova Design System — Gallery">
|
<Layout title="Nova Design System v1.2.0">
|
||||||
<div class="g-page">
|
<div class="g-page">
|
||||||
<header class="g-topbar">
|
<header class="g-topbar">
|
||||||
<div class="g-brand">
|
<div class="g-brand">
|
||||||
<span class="g-mark"></span>
|
<span class="g-mark"></span>
|
||||||
<span class="g-name">Nova Design System</span>
|
<span class="g-name">Nova Design System</span>
|
||||||
<Badge type="primary" variant="soft">v0.06</Badge>
|
<Badge type="primary" variant="soft">v1.2.0</Badge>
|
||||||
</div>
|
</div>
|
||||||
<Button type="secondary" size="sm" id="theme-btn">Toggle theme</Button>
|
<Button type="secondary" size="sm" id="theme-btn">Toggle theme</Button>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user