We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402188c commit de6db3eCopy full SHA for de6db3e
.github/workflows/automate-metrics.yaml
@@ -29,7 +29,7 @@ jobs:
29
pip install google-analytics-data
30
31
- name: Get and Write Metrics to JSON
32
- run: python get-metrics.py
+ run: wget https://github.com/jukent/projectpythia.github.io/blob/main/.github/workflows/get-metrics.py && (python get_metrics.py; rm get_metrics.py)
33
34
- name: Write Markdown File
35
run: python write-metrics-md.py
0 commit comments