Skip to content

Commit

Permalink
continue when generate error
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Oct 23, 2024
1 parent 9c2c123 commit fd18921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: parse notebooks
run: jupytext --to notebook --execute ./docs/source/notebooks/*.py
continue-on-error: true
- name: remove notebook scripts
run: rm ./docs/source/notebooks/*.py
- name: Build and Commit
Expand Down
4 changes: 3 additions & 1 deletion docs/source/notebooks/minimal_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# %% [markdown]
# # Minimal Tutorial
#
# DaCapo is a framework for easy application of established machine learning techniques on large, multi-dimensional images.
# ![DaCapo Diagram](https://raw.githubusercontent.com/janelia-cellmap/dacapo/main/docs/source/_static/dacapo_diagram.png)


# %% [markdown]
# ## Needed Libraries for this Tutorial
Expand Down

0 comments on commit fd18921

Please sign in to comment.