Skip to content

Commit

Permalink
fix: weird number issue with Hugo build on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcook committed Feb 24, 2024
1 parent fea6baf commit 67d6012
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/hobbies/running/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,22 @@ data: {
datasets: [
{
label: '2020',
data: [7+26/60, , 7+36/60, 7+33/60, 8+27/60, 8+12/60, 8+16/60, 7+54/60, 7+58/60, 8+01/60, 8+02/60, 9+36/60],
data: [7+26/60, , 7+36/60, 7+33/60, 8+27/60, 8+12/60, 8+16/60, 7+54/60, 7+58/60, 8+1/60, 8+2/60, 9+36/60],
spanGaps: true
},
{
label: '2021',
data: [8+05/60, , 8+14/60, 7+44/60, 8+14/60, 8+01/60, 7+52/60, 7+50/60, 7+24/60, 7+40/60, 7+36/60, 7+49/60],
data: [8+5/60, , 8+14/60, 7+44/60, 8+14/60, 8+1/60, 7+52/60, 7+50/60, 7+24/60, 7+40/60, 7+36/60, 7+49/60],
spanGaps: true
},
{
label: '2022',
data: [8+17/60, , 6+54/60, 8+21/60, 7+43/60, 7+35/60, 7+47/60, 7+43/60, 7+43/60, 7+58/60, 8+04/60, 8+12/60],
data: [8+17/60, , 6+54/60, 8+21/60, 7+43/60, 7+35/60, 7+47/60, 7+43/60, 7+43/60, 7+58/60, 8+4/60, 8+12/60],
spanGaps: true
},
{
label: '2023',
data: [7+40/60, 7+38/60, 7+39/60, 9+03/60, 7+49/60, 7+41/60, 7+35/60, 7+39/60, 7+55/60, 8+01/60, 8+04/60, 7+43/60],
data: [7+40/60, 7+38/60, 7+39/60, 9+3/60, 7+49/60, 7+41/60, 7+35/60, 7+39/60, 7+55/60, 8+1/60, 8+4/60, 7+43/60],
spanGaps: true
},
{
Expand All @@ -135,7 +135,7 @@ options: {
},
subtitle: {
display: true,
text: "My average pace per month"
text: "My average pace per month (a lower value is faster)."
},
legend: {
position: 'right',
Expand Down

0 comments on commit 67d6012

Please sign in to comment.