Skip to content

Commit 7bf6bfe

Browse files
committed
Fix quote.
1 parent b929e10 commit 7bf6bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
| cut -f3- | cut -d' ' -f2- \
9898
| sed -E \
9999
-e 's/\r//g' \
100-
-e "s/\^\[\[[0-9;]*[a-zA-Z]//g' \
100+
-e 's/\^\[\[[0-9;]*[a-zA-Z]//g' \
101101
-e 's/^##\[group\](.*)/<details><summary><b>\1<\/b><\/summary><pre>/g' \
102102
-e 's/^##\[endgroup\]/<\/pre><\/details>/g' \
103103
-e 's/^##\[warning\](.*)/> [!WARNING]\n> \1/g' \

0 commit comments

Comments
 (0)