Skip to content

Commit e418d3a

Browse files
committed
only update the dates on the website after the puzzle DB is ready
for lichess-org/lila#18787
1 parent d89efd1 commit e418d3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

export.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ export_variant() {
1717
}
1818

1919
./export-broadcast.sh $month $dir
20+
./export-puzzle.sh $dir
21+
./export-eval.sh $dir
22+
23+
gen_site
2024

2125
variants="standard chess960 antichess atomic crazyhouse horde kingOfTheHill racingKings threeCheck"
2226

@@ -25,6 +29,4 @@ for variant in $variants; do
2529
gen_site
2630
done
2731

28-
./export-puzzle.sh $dir
29-
./export-eval.sh $dir
3032
gen_site

0 commit comments

Comments
 (0)