Skip to content

Commit 6e30815

Browse files
author
Daniel Svensson
committed
Patch matchstats in CI.
1 parent 66e11a5 commit 6e30815

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deploy.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10+
- name: Setup Python 3.x
11+
uses: actions/setup-python@v4
12+
with:
13+
python-version: '3.x'
14+
1015
- name: Checkout QTube
1116
uses: actions/checkout@v3
1217
with:
@@ -37,9 +42,10 @@ jobs:
3742
path: matchstats
3843
lfs: true
3944

40-
- name: Link stuff
45+
- name: Prepare matchstats files
4146
run: |
4247
ln -s `pwd`/matchstats src/matches
48+
find src/matches/ -type f -name '*.json' -not -name '*.extra.json' -exec python patch-stats.py {} \;
4349
# ln -s fragfile/fragfile.dat static/data/fragfile.dat
4450

4551
- name: Deploy QTube

0 commit comments

Comments
 (0)