diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e16cd47fe..5a25611d5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - main + - v-next-2023-1 schedule: - cron: "0 0 * * 0" diff --git a/src/_includes/docs/catalogpage.html b/src/_includes/docs/catalogpage.html index 119beaf7be..56f8cd4963 100644 --- a/src/_includes/docs/catalogpage.html +++ b/src/_includes/docs/catalogpage.html @@ -17,8 +17,7 @@ {% endif -%} -

See more widgets in the widget catalog.

-

See more widgets in the widget catalog.

+

See more widgets in the widget catalog.

{% assign components = site.data.catalog.widgets | where_exp:"comp","comp.categories contains include.category" -%} @@ -65,5 +64,4 @@

{{sub.name}}

{% endif -%}

See more widgets in the widget catalog.

-

See more widgets in the widget catalog.

- + \ No newline at end of file