We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549156b commit 6f264b8Copy full SHA for 6f264b8
1 file changed
.github/workflows/daily_update.yml
@@ -84,7 +84,6 @@ jobs:
84
if regenerated:
85
subprocess.run('git add *.md _data/locations/*.yml rank_only/*.json && git commit -am "regenerate location pages"', shell=True, check=True)
86
87
- to_process.sort()
88
for key in to_process[0:MAX_IN_RUN]:
89
print("Running: %s" % key)
90
preset = flookup[key]
0 commit comments