Skip to content

Commit 3cd6c7e

Browse files
jukenterogluorhan
andauthored
Update .github/workflows/write-metrics-md.py
Co-authored-by: Orhan Eroglu <[email protected]>
1 parent 58ebe67 commit 3cd6c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/write-metrics-md.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def process_user_data(json_file, top_pages, this_year, map, md_file):
3737
# Add plots
3838
f.write('## Chart of Active Users by Project Since Year Start\n\n')
3939
f.write(
40-
'This table displays active users for our 3 Pythia projects (Portal in purple, Foundations in blue, and Cookbooks in salmon) since January 1st of the current year. Typically Foundations is our most visited project, but with all 3 displaying a cycle representative of the Monday-Friday work week.\n\n'
40+
'This line plot displays active users for our 3 Pythia projects (Portal in purple, Foundations in blue, and Cookbooks in salmon) since January 1st of the current year. Typically Foundations is our most visited project, but with all 3 displaying a cycle representative of the Monday-Friday work week.\n\n'
4141
)
4242
f.write(f'![Users this Year]({this_year})\n\n')
4343

0 commit comments

Comments
 (0)