Skip to content

Commit f9e2593

Browse files
committed
Merge branch 'main' of github.com:vda-lab/multi_mst
2 parents c8a8606 + 03e53ae commit f9e2593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
paths:
1111
- 'docs/**'
1212
- 'multi_mst/*.py'
13+
- 'notebooks/*.ipynb'
1314
- '.github/workflows/Docs.yml'
1415
workflow_dispatch:
1516

@@ -43,4 +44,4 @@ jobs:
4344
uses: sphinx-notes/pages@v3
4445
with:
4546
cache: True
46-
checkout: False
47+
checkout: False

0 commit comments

Comments
 (0)