We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32598ca commit 4a0c67eCopy full SHA for 4a0c67e
.github/workflows/test_build_docu_dev.yml
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Build docu with sphinx
119
run: |
120
- make -C doc html NBSPHINX_EXECUTE=${{ github.event.inputs.nbsphinx-execute }}
+ make -C doc html NBSPHINX_EXECUTE=${{ github.event.inputs.nbsphinx-execute || 'auto' }}
121
122
- name: Check for broken links / URLs
123
.github/workflows/test_build_docu_released.yml
@@ -79,9 +79,10 @@ jobs:
79
80
81
82
83
84
85
+
86
87
make -C doc linkcheck
88
0 commit comments