Skip to content

Commit 0251f7f

Browse files
committed
Make compact.
1 parent a278f1a commit 0251f7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ jobs:
183183
| sed -E \
184184
-e 's/\r//g' \
185185
-e 's/\^\[\[[0-9;]*[a-zA-Z]//g' \
186-
-e 's/^##\[group\](.*)/<details><summary>\1<\/summary>/g' \
186+
-e 's/^##\[group\](.*)/<details><summary>\1<\/summary>\n/g' \
187187
-e 's/^##\[endgroup\]/<\/details>/g' \
188188
-e 's/^##\[warning\](.*)/> [!WARNING]\n> \1/g' \
189189
| awk -v sha="$run_sha" -v site="${{ matrix.site }}" '
190190
/^File: / {
191191
file_path = $2
192-
print "\n- File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
192+
print "- File: [" file_path "](https://github.com/originlab/" site "/blob/" sha "/" file_path ")"
193193
next
194194
}
195195
/^[[:space:]]+Ln [0-9]+,/ {

0 commit comments

Comments
 (0)