Spaces:
Running
Running
Valentin Buchner
commited on
Commit
·
ffe3c55
1
Parent(s):
f9b9ee8
correct script path in action
Browse files
.github/workflows/update-leaderboard.yaml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
python -m pip install --upgrade pip
|
20 |
pip install pyyaml
|
21 |
- name: Generate Markdown
|
22 |
-
run: python .github/scripts/
|
23 |
- name: Commit and push if changed
|
24 |
run: |
|
25 |
git config --global user.email "[email protected]"
|
|
|
19 |
python -m pip install --upgrade pip
|
20 |
pip install pyyaml
|
21 |
- name: Generate Markdown
|
22 |
+
run: python .github/scripts/generate-leaderboard.py
|
23 |
- name: Commit and push if changed
|
24 |
run: |
|
25 |
git config --global user.email "[email protected]"
|