Don't make check during every deploy.
This commit is contained in:
parent
bf957ead06
commit
49d4a29c45
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ preview:
|
||||||
$(TOP) rebuild && (cd _site; python -m http.server)
|
$(TOP) rebuild && (cd _site; python -m http.server)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
$(TOP) rebuild && $(TOP) deploy && $(TOP) check
|
$(TOP) rebuild && $(TOP) deploy
|
||||||
|
|
||||||
install:
|
install:
|
||||||
opam update && opam install bibtex2html
|
opam update && opam install bibtex2html
|
||||||
|
|
Loading…
Reference in New Issue