Skip to content

Commit 2f506b6

Browse files
committed
Temporarily turn off syntax highlighting
This is to check pygmentize's effect on html build stability
1 parent 3369c3a commit 2f506b6

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
@@ -21,6 +21,6 @@ else
2121
exec >$LOGFILE 2>&1
2222
# if the htmilfy fails, sync the build log.
2323
# since sync-build-log returns false, not the whole thing is synced
24-
./htmlify.p6 || ./util/sync-build-log
24+
./htmlify.p6 --no-highlight || ./util/sync-build-log
2525
./util/sync
2626
fi

0 commit comments

Comments
 (0)