Don't make check during every deploy.

This commit is contained in:
Justin Hsu 2019-10-27 21:31:01 -05:00
parent bf957ead06
commit 49d4a29c45
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ preview:
$(TOP) rebuild && (cd _site; python -m http.server)
deploy:
$(TOP) rebuild && $(TOP) deploy && $(TOP) check
$(TOP) rebuild && $(TOP) deploy
install:
opam update && opam install bibtex2html