Skip to content
Snippets Groups Projects
Commit 8777881b authored by Timuçin Boldt's avatar Timuçin Boldt :bike:
Browse files

Use mirrored PandocPlus image from local registry

parent 2d448e38
Branches
No related tags found
No related merge requests found
Pipeline #182158 failed
include: build:
- remote: https://git.eisfunke.com/document/pandoc-template/slides/-/raw/main/build.gitlab-ci.yml stage: build
- remote: https://git.eisfunke.com/document/pandoc-template/slides/-/raw/main/pages.gitlab-ci.yml image: registry.gitlab.fachschaften.org/nicolas.lenz/pandoc-plus
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
- make -f template/makefile out/slides.pdf out/slides.tex
artifacts:
paths:
- out/
variables:
OUTPUT_NAME: slides
pages:
stage: deploy
image: docker.io/alpine:latest
script:
- mkdir public
- mv out/slides.pdf public/$OUTPUT_NAME.pdf
- mv out/slides.tex public/$OUTPUT_NAME.tex
artifacts:
paths:
- public
only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment