Skip to content

Commit a6224a3

Browse files
author
Matthias Koeppe
committed
.github/workflows/doc-build.yml: Update mathjax_path_from as suggested
1 parent 39d52a3 commit a6224a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
git config --global user.email "ci-sage@example.com"
121121
git config --global user.name "Build documentation workflow"
122122
# mathjax path in old doc (regex)
123-
mathjax_path_from="[-./A-Za-z_]*/tex-chtml[.]js"
123+
mathjax_path_from="[-./A-Za-z_]*/tex-chtml[.]js?v=[0-9a-f]*"
124124
# mathjax path in new doc
125125
mathjax_path_to=$(docker exec -e SAGE_USE_CDNS=yes BUILD /sage/sage -python -c "from sage_docbuild.conf import mathjax_path; print(mathjax_path)")
126126
new_version=$(docker exec BUILD cat src/VERSION.txt)

0 commit comments

Comments
 (0)