Skip to content

Commit 39743c4

Browse files
authoredMar 15, 2024
Update write-metrics-md.py
1 parent 6958ce4 commit 39743c4

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
@@ -28,5 +28,5 @@ def process_user_data(user_data_file, markdown_file):
2828

2929
if __name__ == '__main__':
3030
user_data_file = 'user_metrics.json'
31-
markdown_file = '../../portal/metrics.md'
31+
markdown_file = 'portal/metrics.md'
3232
process_user_data(user_data_file, markdown_file)

0 commit comments

Comments
 (0)
Please sign in to comment.