Skip to content

Commit 1d9ee74

Browse files
committed
Forgot formatting.
1 parent eb1bc4e commit 1d9ee74

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
@@ -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- \

0 commit comments

Comments
 (0)