diff --git a/.drone.yml b/.drone.yml index c37077e..9ea498e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...