diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 77de73c..296609e 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -9,9 +9,14 @@ steps: - pdflatex --shell-escape cv.tex - pdflatex --shell-escape cv.tex # Exécuter deux fois pour gérer les références croisées - cat cv.log + when: + - path: + include: ["*.tex"] - name: deploy image: *GIT_VERSION + depends_on: + - build_tex commands: - mkdir -p ~/.ssh - chmod 700 ~/.ssh