Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88f4063

Browse files
committedMar 18, 2024
print stmts
1 parent cdbb7f4 commit 88f4063

File tree

4 files changed

+246
-2
lines changed

4 files changed

+246
-2
lines changed
 

‎.github/workflows/get-metrics.py

+2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
PRIVATE_KEY_ID = os.environ.get('PRIVATE_KEY_ID')
1818
PRIVATE_KEY = os.environ.get('PRIVATE_KEY').replace('$', '\n')
19+
print("Hello")
1920
print(len(PRIVATE_KEY))
21+
print("hi")
2022

2123
credentials_dict = {
2224
'type': 'service_account',

‎.github/workflows/map.ipynb

+230
Large diffs are not rendered by default.

‎.github/workflows/user_metrics.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Portal": 0, "Foundations": 0, "Cookbooks": 0}
1+
{"Portal": 46678, "Foundations": 46678, "Cookbooks": 6161}

‎portal/metrics.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# Metrics
1+
# Metrics
2+
3+
Last Updated: 2024-03-16 00:10:20.136900
4+
5+
Total Users:
6+
7+
Portal: 46.7K
8+
Foundations: 46.7K
9+
Cookbooks: 6.2K
10+
11+
![Top Pages](bar_plot_file)
12+
13+
![Users by Country](../.github/workflows/map_plot_file)

0 commit comments

Comments
 (0)
Please sign in to comment.