Skip to content

Commit

Permalink
fix paths in update docs partials workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Bojanowski <[email protected]>
(cherry picked from commit 66c9dd6)
  • Loading branch information
hidalgopl authored and cbron committed Dec 17, 2024
1 parent 9d5421f commit 812af10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-config-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 812af10

Please sign in to comment.