Skip to content

Commit 55be0e2

Browse files
Update Makefile
1 parent 78410cc commit 55be0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
3838
@echo "[nbconvert] $<"
3939
@jupyter nbconvert $< --to html --template nb.tpl \
4040
--output-dir $(HTML_DIR) --output 2019-07-03-$*.html \
41-
--execute
41+
--execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$*
4242

4343

4444
$(REDIR_DIR)/2019-07-03-redirect-next-%.html: $(IPYNB_DIR)/%.ipynb

0 commit comments

Comments
 (0)