Skip to content

Commit

Permalink
fix_regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Nov 30, 2023
1 parent c3a724b commit da35dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer/CI/deploy_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
deploy_list += list(map(lambda src: filepath.parent / src, figures))
# update metadata
try:
first_title = root.xpath("/html/body/main//h1")[0]
first_title = root.xpath("/html/body//h1")[0]
metadata = root.xpath("/html/head")[0]
meta_title_old = root.xpath("/html/head/title")[0]
meta_title_new = lxml.etree.SubElement(
Expand Down

0 comments on commit da35dce

Please sign in to comment.