Don't make check during every deploy.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user