From 404ddda20dfa5f090bb0088981bd9ff1446f15b3 Mon Sep 17 00:00:00 2001 From: Bojan Rajh Date: Mon, 19 Feb 2024 15:58:36 +0100 Subject: [PATCH] update --- .github/scripts/embed.sh | 4 ++-- .vitepress/portal.json | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/scripts/embed.sh b/.github/scripts/embed.sh index 536a3dc4..43f12b61 100755 --- a/.github/scripts/embed.sh +++ b/.github/scripts/embed.sh @@ -9,7 +9,7 @@ BRANCH_DOCS_63=v6.3.0 BRANCH_FRONTENDS=DX-devhub BRANCH_ADMIN_EXTENSION_SDK=DX-223 BRANCH_METEOR_ICON_KIT=main -BRANCH_METEOR_COMPONENT_LIBRARY=DX-231 +BRANCH_METEOR_COMPONENT_LIBRARY=main BRANCH_RELEASE_NOTES=main # custom orgs @@ -20,7 +20,7 @@ ORG_DOCS_63=shopware ORG_FRONTENDS=shopware ORG_ADMIN_EXTENSION_SDK=shopware ORG_METEOR_ICON_KIT=shopware -ORG_METEOR_COMPONENT_LIBRARY=bojanrajh +ORG_METEOR_COMPONENT_LIBRARY=shopware ORG_RELEASE_NOTES=shopware if [[ "$PWD" != *"/developer-portal" ]]; then diff --git a/.vitepress/portal.json b/.vitepress/portal.json index b77ecadc..274bdb0c 100644 --- a/.vitepress/portal.json +++ b/.vitepress/portal.json @@ -153,14 +153,12 @@ "dst": "resources/meteor-component-library", "branch": [ "env.BRANCH_METEOR_COMPONENT_LIBRARY", - "DX-231", "main" ], "org": [ "env.ORG_METEOR_COMPONENT_LIBRARY", - "bojanrajh" - ], - "skip": true + "shopware" + ] }, { "name": "shopware/release-notes",