Skip to content

Commit

Permalink
Disable the dvisvgm test during make test
Browse files Browse the repository at this point in the history
I am unable to make latex + dvisvgm installation work on GHA

Re-enable this test once
xu-cheng/texlive-action#6 is resolved.
  • Loading branch information
kaushalmodi committed Jan 4, 2022
1 parent 7738056 commit e4722d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
# https://github.com/xu-cheng/texlive-action#example
- uses: xu-cheng/texlive-action/full@v1 # For Org tests with `tex:dvisvgm` export option
# Don't run "make doc"; it's finicky as it could fail on running the getJSON command in hugo.
# - name: make doc
# run: make --no-print-directory doc # Just ensure that "make doc" doesn't fail for any reason.. this is *not* used to do Org->Markdown doc conversion
Expand Down
2 changes: 1 addition & 1 deletion test/site/content-org/all-posts.org
Original file line number Diff line number Diff line change
Expand Up @@ -3521,7 +3521,7 @@ spacing:
\[a\;b\]
\[a\:b\]
\[a\!b\]
** Equations exported to SVG (dvisvgm) :dvisvgm:
** Equations exported to SVG (dvisvgm) :dvisvgm:dont_export_during_make_test:
:PROPERTIES:
:EXPORT_FILE_NAME: equations-exported-to-svg
:EXPORT_OPTIONS: tex:dvisvgm
Expand Down
2 changes: 1 addition & 1 deletion test/site/content/posts/equations-exported-to-svg.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Equations exported to SVG (dvisvgm)"
description = "Exporting <span class=\"latex\">L<sup>a</sup>T<sub>e</sub>X</span> equations as SVG images."
tags = ["equations", "dvisvgm"]
tags = ["equations", "dvisvgm", "dont-export-during-make-test"]
draft = false
+++

Expand Down

0 comments on commit e4722d0

Please sign in to comment.