Skip to content

Commit f07254a

Browse files
Merge pull request #316 from coding-for-reproducible-research/accessibility
Incorrect .js file location not being applied on GH Action
2 parents 0d70907 + a4effec commit f07254a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ html:
3030
extra_css:
3131
- _static/remove_prev_next_bottom_buttons.css
3232
extra_js:
33-
- overlay-label-accessibility.js
33+
- _static/overlay-label-accessibility.js
3434

3535

3636
launch_buttons:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package-mode = false
1111
python = "^3.11" # or your desired Python version
1212
numpy = "^1.26.4"
1313
pandas = "*"
14-
jupyter-book = "1.0.0"
14+
jupyter-book = "*"
1515
ghp-import = "*"
1616
jupyterquiz = "*"
1717
matplotlib = "*"

0 commit comments

Comments
 (0)