Skip to content

Commit de6db3e

Browse files
authored
Update automate-metrics.yaml to use wget
1 parent 402188c commit de6db3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automate-metrics.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install google-analytics-data
3030
3131
- name: Get and Write Metrics to JSON
32-
run: python get-metrics.py
32+
run: wget https://github.com/jukent/projectpythia.github.io/blob/main/.github/workflows/get-metrics.py && (python get_metrics.py; rm get_metrics.py)
3333

3434
- name: Write Markdown File
3535
run: python write-metrics-md.py

0 commit comments

Comments
 (0)