diff --git a/.github-json/data/workflows/build.json b/.github-json/data/workflows/build.json index 1ddde6ec7..595e66302 100644 --- a/.github-json/data/workflows/build.json +++ b/.github-json/data/workflows/build.json @@ -48,10 +48,6 @@ "name": "Build features", "run": "cd registry\npnpm install\ncd ../\npnpm run build-features\n" }, - { - "name": "Build GitHub config", - "run": "pnpm run build-github-config" - }, { "name": "Git commit", "id": "commit", diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a40afa681..818188bee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,8 +36,6 @@ jobs: pnpm install cd ../ pnpm run build-features - - name: Build GitHub config - run: pnpm run build-github-config - name: Git commit id: commit run: | diff --git a/registry/lib/components/style/custom-navbar/feeds/NavbarFeeds.vue b/registry/lib/components/style/custom-navbar/feeds/NavbarFeeds.vue index 1aa22701c..b9a49be5a 100644 --- a/registry/lib/components/style/custom-navbar/feeds/NavbarFeeds.vue +++ b/registry/lib/components/style/custom-navbar/feeds/NavbarFeeds.vue @@ -10,7 +10,7 @@