We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411e54d commit a907dffCopy full SHA for a907dff
.github/workflows/automate-metrics.yaml
@@ -29,7 +29,9 @@ jobs:
29
pip install google-analytics-data
30
31
- name: Get and Write Metrics to JSON
32
- run: python get-metrics.py
+ run: |
33
+ curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/metrics-api/.github/workflows/get-metrics.py
34
+ python get_metrics.py
35
36
- name: Write Markdown File
37
run: python write-metrics-md.py
0 commit comments