File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - uses : tcort/github-action-markdown-link-check@v1
109109 with :
110110 use-quiet-mode : ' yes'
111- folder-path : ' tutorials-v4, tutorials-v4 '
111+ folder-path : ' tutorials-v4, tutorials-v5 '
112112 # use config file to define 403 and 405 errors as valid links
113113 # (APS blocks this link check)
114114 config-file : mlc_config.json
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 name : executed-notebooks-v${{ matrix.qutip-version }}
103103 path : |
104104 notebooks/*.ipynb
105- notebooks/**/*.ipynbo
105+ notebooks/**/*.ipynb
106106
107107 markdown-link-check :
108108 runs-on : ubuntu-latest
@@ -111,7 +111,7 @@ jobs:
111111 - uses : tcort/github-action-markdown-link-check@v1
112112 with :
113113 use-quiet-mode : ' yes'
114- folder-path : ' tutorials-v4, tutorials-v4 '
114+ folder-path : ' tutorials-v4, tutorials-v5 '
115115 # use config file to define 403 and 405 errors as valid links
116116 # (APS blocks this link check)
117117 config-file : mlc_external_config.json
You can’t perform that action at this time.
0 commit comments