Skip to content

Commit 860801d

Browse files
committed
Tweak.
1 parent 7bf6bfe commit 860801d

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
@@ -98,7 +98,7 @@ jobs:
9898
| sed -E \
9999
-e 's/\r//g' \
100100
-e 's/\^\[\[[0-9;]*[a-zA-Z]//g' \
101-
-e 's/^##\[group\](.*)/<details><summary><b>\1<\/b><\/summary><pre>/g' \
101+
-e 's/^##\[group\](.*)/<details><summary>\1<\/summary><pre>/g' \
102102
-e 's/^##\[endgroup\]/<\/pre><\/details>/g' \
103103
-e 's/^##\[warning\](.*)/> [!WARNING]\n> \1/g' \
104104
>> "$GITHUB_STEP_SUMMARY"
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
echo '# Artifacts' >> "$GITHUB_STEP_SUMMARY"
109109
echo '| Name | Size |' >> "$GITHUB_STEP_SUMMARY"
110-
echo '| :--- | :---: |' >> "$GITHUB_STEP_SUMMARY"
110+
echo '| :--- | ---: |' >> "$GITHUB_STEP_SUMMARY"
111111
gh api /repos/originlab/${{ matrix.site }}/actions/runs/$deploy_run_id/artifacts \
112112
-q '[.artifacts[]] | sort_by(.size_in_bytes) | reverse | .[] |
113113
if .size_in_bytes < 1048576 then

0 commit comments

Comments
 (0)