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 ec5d0be commit c721eb5Copy full SHA for c721eb5
1 file changed
.github/workflows/deploy.yml
@@ -121,7 +121,7 @@ jobs:
121
echo '# Optimization run' >> "$GITHUB_STEP_SUMMARY"
122
echo '<details><summary>Log</summary><pre>' >> "$GITHUB_STEP_SUMMARY"
123
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' \
+ | awk '/find pages/ {f=1} /upload-artifact/ {f=0} f' \
125
| cut -f3- | cut -d' ' -f2- \
126
# | grep '##[warning]' \
127
# | sed -E \
0 commit comments