From 812af10cf0deb03c8a78ce510f03ee6d948adde5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bojanowski?= Date: Tue, 17 Dec 2024 11:29:20 +0100 Subject: [PATCH] fix paths in update docs partials workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Bojanowski (cherry picked from commit 66c9dd622e24a59a2655b056ab14465ca2954859) --- .github/workflows/sync-config-schema.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-config-schema.yaml b/.github/workflows/sync-config-schema.yaml index 3ef6175aa..4bc7330c7 100644 --- a/.github/workflows/sync-config-schema.yaml +++ b/.github/workflows/sync-config-schema.yaml @@ -94,9 +94,9 @@ jobs: # copy generated vcluster.schema.json to the docs cd ../ - mkdir -p vcluster-docs/configsrc/main/ - cp config/values.yaml vcluster-docs/configsrc/main/default_values.yaml - cp vcluster-config/vcluster.schema.json vcluster-docs/configsrc/main/vcluster.schema.json + mkdir -p vcluster-docs/configsrc/vcluster/main/ + cp config/values.yaml vcluster-docs/configsrc/vcluster/main/default_values.yaml + cp vcluster-config/vcluster.schema.json vcluster-docs/configsrc/vcluster/main/vcluster.schema.json # generate vCluster partials in docs cd vcluster-docs/