Skip to content

Commit

Permalink
adaptation for latest ppmcheckpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Dec 14, 2024
1 parent 68a3c73 commit b6e634e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/texlive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Test codehigh with ppmcheckpdf
run: |
export PATH=${{github.workspace}}/tmp/texlive/bin/x86_64-linux:$PATH
texlua buildend.lua
ppmcheckpdf check
build-windows:
runs-on: windows-latest
steps:
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Test codehigh with ppmcheckpdf
run: |
${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH}
texlua buildend.lua
ppmcheckpdf check
- name: Upload png and md5
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions buildend.lua

This file was deleted.

0 comments on commit b6e634e

Please sign in to comment.