Skip to content

Commit c4d7bed

Browse files
committed
No space.
1 parent e4b0bfa commit c4d7bed

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ jobs:
119119
- name: Summarize the optimization run
120120
run: |
121121
echo '# Optimization run' >> "$GITHUB_STEP_SUMMARY"
122-
opt_log = $(gh run view $deploy_run_id -j $optimize_job_id -R originlab/${{ matrix.site }} --log \
123-
| awk '/find pages\// {f=1} /upload-artifact/ {f=0} f' \
124-
| cut -f3- | cut -d' ' -f2- \
125-
| sed -E -e 's/\r//g' -e 's/\^\[\[[0-9;]*[a-zA-Z]//g')
122+
opt_log=$(gh run view $deploy_run_id -j $optimize_job_id -R originlab/${{ matrix.site }} --log \
123+
| awk '/find pages\// {f=1} /upload-artifact/ {f=0} f' \
124+
| cut -f3- | cut -d' ' -f2- \
125+
| sed -E -e 's/\r//g' -e 's/\^\[\[[0-9;]*[a-zA-Z]//g')
126126
127127
echo "$opt_log" | grep '^##\[warning\]' | sed -E 's/^##\[warning\](.*)/\n> [!WARNING]\n> \1/' >> "$GITHUB_STEP_SUMMARY"
128128
@@ -131,7 +131,6 @@ jobs:
131131
echo "$opt_log" | grep '^##\[notice\]' | sed -E 's/^##\[notice\](.*)/- \1\n/' >> "$GITHUB_STEP_SUMMARY"
132132
echo -e "\n</pre></details>" >> "$GITHUB_STEP_SUMMARY"
133133
fi
134-
>> "$GITHUB_STEP_SUMMARY"
135134
136135
- name: Summarize artifacts
137136
run: |

0 commit comments

Comments
 (0)