Skip to content

Commit 9ae9adc

Browse files
authored
Update pr-preview.yml
1 parent 1d22dae commit 9ae9adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
yq -i ".content.sources[0].edit_url = false" "$PLAYBOOK_FILE"
6868
if [[ -n "$DETECTED_VERSION" ]]; then
69-
NEW_START_PAGE="${START_PAGE_COMPONENT_NAME}::v${DETECTED_VERSION}/${START_PAGE_FILE_PATH}"
69+
NEW_START_PAGE="${START_PAGE_COMPONENT_NAME}::${DETECTED_VERSION}/${START_PAGE_FILE_PATH}"
7070
yq -i ".site.start_page = \"$NEW_START_PAGE\"" "$PLAYBOOK_FILE"
7171
echo "Updated .site.start_page in $PLAYBOOK_FILE to: $NEW_START_PAGE"
7272
else

0 commit comments

Comments
 (0)