Fixing usage of envvar
Some checks failed
ci/woodpecker/push/age-check Pipeline was successful
ci/woodpecker/push/build-deploy Pipeline failed

This commit is contained in:
Louis 2025-09-30 14:12:10 +02:00
parent c818f90d46
commit cee531dde5

View file

@ -1,7 +1,6 @@
variables:
# https://hub.docker.com/r/alpine/git/tags
- &GIT_VERSION "alpine/git:v2.30.1"
- PDF_BRANCH: "pdf"
steps:
- name: build_tex
@ -66,7 +65,9 @@ steps:
environment:
SSH_KEY:
from_secret: SSH-KEY
PDF_BRANCH: "pdf"
when:
- path:
include: ["*.tex"]
include: ["*.tex", ".woodpecker/*.yaml", ".woodpecker/*.yml"]
event: [push, pull_request, manual, cron]