Skip to content

Commit c721eb5

Browse files
committed
Special char?
1 parent ec5d0be commit c721eb5

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
@@ -121,7 +121,7 @@ jobs:
121121
echo '# Optimization run' >> "$GITHUB_STEP_SUMMARY"
122122
echo '<details><summary>Log</summary><pre>' >> "$GITHUB_STEP_SUMMARY"
123123
gh run view $deploy_run_id -j $optimize_job_id -R originlab/${{ matrix.site }} --log \
124-
| awk '/find pages\// {f=1} /upload-artifact/ {f=0} f' \
124+
| awk '/find pages/ {f=1} /upload-artifact/ {f=0} f' \
125125
| cut -f3- | cut -d' ' -f2- \
126126
# | grep '##[warning]' \
127127
# | sed -E \

0 commit comments

Comments
 (0)