mirror of https://github.com/Nonannet/pyladoc.git
Update ci.yml, overwrite exit code 1 with 0 for robocopy
This commit is contained in:
parent
f801568caa
commit
b7198feb9a
|
@ -115,7 +115,7 @@ jobs:
|
|||
- name: Copy and check directory structure of MiKTeX installation
|
||||
run: |
|
||||
robocopy miktex-portable miktex-run /E /NFL
|
||||
if ($LASTEXITCODE -ge 8) { exit $LASTEXITCODE }
|
||||
if ($LASTEXITCODE -eq 1) { exit 0 }
|
||||
|
||||
- name: Add miktex to PATH
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue