File tree 4 files changed +7
-159
lines changed
4 files changed +7
-159
lines changed Original file line number Diff line number Diff line change 93
93
pict2e
94
94
pkuthss
95
95
platex-tools
96
+ ppmcheckpdf
96
97
psnfss
97
98
refcount
98
99
rerunfilecheck
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
- name : Install pdftoppm
30
30
run :
31
31
sudo apt-get install poppler-utils
32
- - name : Test codehigh with ppmcheck
32
+ - name : Test codehigh with ppmcheckpdf
33
33
run : |
34
34
export PATH=${{github.workspace}}/tmp/texlive/bin/x86_64-linux:$PATH
35
- texlua ppmcheck .lua
35
+ texlua buildend .lua
36
36
build-windows :
37
37
runs-on : windows-latest
38
38
steps :
@@ -54,10 +54,10 @@ jobs:
54
54
run : |
55
55
${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH}
56
56
tlmgr install wintools.windows
57
- - name : Test codehigh with ppmcheck
57
+ - name : Test codehigh with ppmcheckpdf
58
58
run : |
59
59
${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH}
60
- texlua ppmcheck .lua
60
+ texlua buildend .lua
61
61
- name : Upload png and md5
62
62
uses : actions/upload-artifact@v3
63
63
with :
Original file line number Diff line number Diff line change
1
+ kpse .set_program_name (" kpsewhich" )
2
+ dofile (kpse .lookup (" ppmcheckpdf.lua" ))
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments