Skip to content
Snippets Groups Projects
Commit 22aafb60 authored by Chessmaster's avatar Chessmaster
Browse files

Add CI pipeline to build guide automatically

parent b367da25
No related branches found
No related tags found
No related merge requests found
Pipeline #23504 passed
stages: [ build ]
job_build:
stage: build
image: ubuntu:latest
script:
- apt update
- apt install -y --no-install-recommends asciidoctor
- gem install asciidoctor-pdf --pre
- asciidoctor-pdf guide.adoc
artifacts:
paths:
- "guide.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.
Finish editing this message first!
Please register or to comment