diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aaed7e51..ae55beac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 646594ea..b65e09b5 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -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 diff --git a/test/site/content/posts/equations-exported-to-svg.md b/test/site/content/posts/equations-exported-to-svg.md index d118aa73..60c05f51 100644 --- a/test/site/content/posts/equations-exported-to-svg.md +++ b/test/site/content/posts/equations-exported-to-svg.md @@ -1,7 +1,7 @@ +++ title = "Equations exported to SVG (dvisvgm)" description = "Exporting LaTeX equations as SVG images." -tags = ["equations", "dvisvgm"] +tags = ["equations", "dvisvgm", "dont-export-during-make-test"] draft = false +++