debug path again

This commit is contained in:
Julien Fastré 2022-05-16 14:27:39 +02:00
parent eeba337628
commit 780a40d8ad
1 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,9 @@ steps:
commands:
- echo "images"
- ls user/img
- echo $PWD
- cd user
- echo $PWD
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex user-manual.tex
- name: build-latex-admin
@ -32,7 +34,9 @@ steps:
commands:
- echo "images"
- ls user/img
- echo $PWD
- cd admin
- echo $PWD
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex admin-manual.tex
- name: release
@ -50,6 +54,6 @@ steps:
prerelease: true
---
kind: signature
hmac: 016382da261dedcc964548005e53f6105da1003b847c5e567e6cb45ba7bb7665
hmac: 7061eedadaaf5244494cbf9ad8a503de19475097b89443b35a2853a9ca816761
...