We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b929e10 commit 7bf6bfeCopy full SHA for 7bf6bfe
1 file changed
.github/workflows/deploy.yml
@@ -97,7 +97,7 @@ jobs:
97
| cut -f3- | cut -d' ' -f2- \
98
| sed -E \
99
-e 's/\r//g' \
100
- -e "s/\^\[\[[0-9;]*[a-zA-Z]//g' \
+ -e 's/\^\[\[[0-9;]*[a-zA-Z]//g' \
101
-e 's/^##\[group\](.*)/<details><summary><b>\1<\/b><\/summary><pre>/g' \
102
-e 's/^##\[endgroup\]/<\/pre><\/details>/g' \
103
-e 's/^##\[warning\](.*)/> [!WARNING]\n> \1/g' \
0 commit comments