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:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'package.json'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -82,13 +82,13 @@ const spacingScale = [
|
||||
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">
|
||||
<header class="g-topbar">
|
||||
<div class="g-brand">
|
||||
<span class="g-mark"></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>
|
||||
<Button type="secondary" size="sm" id="theme-btn">Toggle theme</Button>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user