Skip to content

Commit ed76af6

Browse files
authored
Switch to new highlighting work
#1061
1 parent ea9df17 commit ed76af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update-and-sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030

3131
# if the htmlify fails, sync the build log.
3232
# since sync-build-log returns false, not the whole thing is synced
33-
time make html || ./util/sync-build-log
33+
time (make init-highlights && make html-highlights) || ./util/sync-build-log
3434
./util/sync
3535
fi
3636

0 commit comments

Comments
 (0)