Skip to content
Snippets Groups Projects
Commit 30930e33 authored by Chessmaster's avatar Chessmaster
Browse files

added german version to CI pipeline

parent 8496449f
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,10 @@ job_build:
- apt update
- apt install -y --no-install-recommends asciidoctor
- gem install asciidoctor-pdf --pre
- asciidoctor-pdf guide.adoc
- asciidoctor-pdf -o angelguide_en.pdf guide.adoc
- asciidoctor-pdf -a lang=de -o angelguide_de.pdf guide.adoc
artifacts:
paths:
- "guide.pdf"
- "angelguide_en.pdf"
- "angelguide_de.pdf"
expire_in: 12 month
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment