We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f4abea + d986dc8 commit 213ce35Copy full SHA for 213ce35
.github/workflows/publish.yml
@@ -46,6 +46,12 @@ jobs:
46
# path: ./
47
- name: Render for school
48
run: ./extras/scripts/school_ci.sh ${{ matrix.school }}
49
+
50
+ # https://github.com/jupyter-book/jupyter-book/issues/2271
51
+ # https://stackoverflow.com/a/1583282/358804
52
+ - name: Fix double-escaping
53
+ run: find _build/html -name '*.html' -print0 | xargs -0 sed -i 's/&/\&/g'
54
55
- name: Update commit
56
run: |
57
git add -A
0 commit comments