File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/main/.github/workflows/get-metrics.py
28
28
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/main/.github/workflows/write-metrics-md.py
29
29
30
- python get-metrics.py
31
- python write-metrics-md.py
30
+ python -u get-metrics.py
31
+ python -u write-metrics-md.py
32
32
33
33
build :
34
34
if : ${{ github.repository_owner == 'ProjectPythia' }}
Original file line number Diff line number Diff line change 29
29
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/main/.github/workflows/get-metrics.py
30
30
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/main/.github/workflows/write-metrics-md.py
31
31
32
- python get-metrics.py
33
- python write-metrics-md.py
32
+ python -u get-metrics.py
33
+ python -u write-metrics-md.py
34
34
35
35
build :
36
36
uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
Original file line number Diff line number Diff line change 29
29
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/main/.github/workflows/get-metrics.py
30
30
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/main/.github/workflows/write-metrics-md.py
31
31
32
- python get-metrics.py
33
- python write-metrics-md.py
32
+ python -u get-metrics.py
33
+ python -u write-metrics-md.py
34
34
35
35
find-pull-request :
36
36
uses : ProjectPythia/cookbook-actions/.github/workflows/find-pull-request.yaml@main
Original file line number Diff line number Diff line change 24
24
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/main/.github/workflows/get-metrics.py
25
25
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/main/.github/workflows/write-metrics-md.py
26
26
27
- python get-metrics.py
28
- python write-metrics-md.py
27
+ python -u get-metrics.py
28
+ python -u write-metrics-md.py
29
29
30
30
build :
31
31
uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
You can’t perform that action at this time.
0 commit comments