Skip to content

Commit c80e0c6

Browse files
committed
Fix folder creation for metadata
1 parent b1439ac commit c80e0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metadata-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Template the cluster variables on to the patterns-variables .adoc file
8282
run: |-
8383
set -e
84-
mkdir -p modules/${{ env.PATTERN }}
84+
mkdir -p "${{ env.DOCS_DIR }}/modules/${{ env.PATTERN }}
8585
./${{ env.DOCS_DIR }}/utils/flatten_yaml.rb \
8686
./${{ env.PATTERN_DIR }}/${{ env.METADATA }} | \
8787
tee "${{ env.DOCS_DIR }}/modules/${{ env.PATTERN }}/metadata-${{ env.PATTERN }}.adoc"

0 commit comments

Comments
 (0)