aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.latex.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/.latex.yaml')
-rw-r--r--.woodpecker/.latex.yaml19
1 files changed, 11 insertions, 8 deletions
diff --git a/.woodpecker/.latex.yaml b/.woodpecker/.latex.yaml
index 1228045..2f56e70 100644
--- a/.woodpecker/.latex.yaml
+++ b/.woodpecker/.latex.yaml
@@ -1,8 +1,11 @@
-image: registry.gitlab.com/islandoftex/images/texlive:latest
-
-build:
- script:
- - make
- artifacts:
- paths:
- - ./build/*.pdf
+steps:
+ build:
+ when:
+ branch: []
+ event: [push, manual]
+ image: registry.gitlab.com/islandoftex/images/texlive:latest
+ commands:
+ - make
+ artifacts:
+ paths:
+ - ./build/*.pdf