mirror of https://github.com/Nonannet/pyladoc.git
CI Script: path fixed
This commit is contained in:
parent
c72a1e70c4
commit
c37eb8f526
|
@ -117,7 +117,7 @@ jobs:
|
||||||
|
|
||||||
- name: Add miktex to PATH
|
- name: Add miktex to PATH
|
||||||
run: |
|
run: |
|
||||||
echo "PATH=$PATH;$(pwd)\miktex-portable\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_ENV -Append
|
echo "PATH=$PATH;$(pwd)\miktex-portable\texmfs\install\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||||
|
|
||||||
- name: Show path variable
|
- name: Show path variable
|
||||||
run: |
|
run: |
|
||||||
|
@ -140,4 +140,4 @@ jobs:
|
||||||
if: strategy.job-index == 0
|
if: strategy.job-index == 0
|
||||||
with:
|
with:
|
||||||
name: rendering-results-windows
|
name: rendering-results-windows
|
||||||
path: tests/out/test_*_render*.pdf
|
path: tests/out/test_*_render*.pdf
|
||||||
|
|
Loading…
Reference in New Issue