Skip to content

Commit 63d0332

Browse files
shivaCode-2Shivang Sharma
andauthored
Testing and Fixing GH Pages deployment (#46)
* Modify test VIs for deploy testing * Deploy VIDiff report assets (_files directories) alongside HTML * Fix vi_files_csv: quote variable to preserve newlines for comma separation --------- Co-authored-by: Shivang Sharma <shivang.sharma@emerson.com>
1 parent cc93900 commit 63d0332

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vidiff-windows-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "vi_files<<EOF" >> "$GITHUB_OUTPUT"
4545
echo "$CHANGED_VIS" >> "$GITHUB_OUTPUT"
4646
echo "EOF" >> "$GITHUB_OUTPUT"
47-
echo "vi_files_csv=$(echo $CHANGED_VIS | tr '\n' ',')" >> "$GITHUB_OUTPUT"
47+
echo "vi_files_csv=$(echo "$CHANGED_VIS" | tr '\n' ',' | sed 's/,$//')" >> "$GITHUB_OUTPUT"
4848
echo "has_changes=true" >> "$GITHUB_OUTPUT"
4949
fi
5050
-1.45 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)