aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.latex.yaml
blob: 2f56e70f322d8aaa10d478333b9e6e01b64fcb5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
steps:
  build:
    when:
      branch: []
      event: [push, manual]
    image: registry.gitlab.com/islandoftex/images/texlive:latest
    commands:
      - make
    artifacts:
      paths:
        - ./build/*.pdf