File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 run : |
177177 source ./helpers.sh
178178
179- echo "# Conversion <sub><sup>:stopwatch:$build_duration</sup></sub>" >> "$GITHUB_STEP_SUMMARY"
179+ echo "# Conversion <sub><sup>:stopwatch:$(get_human_time "$ build_duration") </sup></sub>" >> "$GITHUB_STEP_SUMMARY"
180180 gh run view $deploy_run_id -j $build_job_id -R originlab/${{ matrix.site }} --log \
181181 | awk '/generator\.dll"/ {f=1} /upload-artifact/ {f=0} f' \
182182 | cut -f3- | cut -d' ' -f2- \
@@ -194,7 +194,7 @@ jobs:
194194 run : |
195195 source ./helpers.sh
196196
197- echo "# Optimization <sub><sup>:stopwatch:$optimize_duration</sup></sub>" >> "$GITHUB_STEP_SUMMARY"
197+ echo "# Optimization <sub><sup>:stopwatch:$(get_human_time "$ optimize_duration") </sup></sub>" >> "$GITHUB_STEP_SUMMARY"
198198 opt_log=$(gh run view $deploy_run_id -j $optimize_job_id -R originlab/${{ matrix.site }} --log \
199199 | awk '/find pages\// {f=1} /upload-artifact/ {f=0} f' \
200200 | cut -f3- | cut -d' ' -f2- \
You can’t perform that action at this time.
0 commit comments