Skip to content

Commit cf23e13

Browse files
Ericgighodgestar
andauthored
Apply suggestions from code review
Co-authored-by: Simon Cross <[email protected]>
1 parent b4413b9 commit cf23e13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/notebook_ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)