Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-website
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docs
apertis-website
Merge requests
!508
Move away from the documentation-builder image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move away from the documentation-builder image
wip/em/get-rid-of-documentation-builder
into
master
Overview
6
Commits
1
Pipelines
2
Changes
1
Merged
Emanuele Aina
requested to merge
wip/em/get-rid-of-documentation-builder
into
master
2 years ago
Overview
6
Commits
1
Pipelines
2
Changes
1
Expand
Its purpose is rather dubious nowadays, we should probably drop it.
0
0
Merge request reports
Compare
master
version 1
bef793c2
2 years ago
master (base)
and
latest version
latest version
6f3b0c4b
1 commit,
2 years ago
version 1
bef793c2
1 commit,
2 years ago
1 file
+
12
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
12
−
1
Options
@@ -54,10 +54,21 @@ test-html:
-
public
.gen-pdf
:
image
:
registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2022-documentation-builder
image
:
debian:buster-slim
stage
:
generate-pdf
tags
:
-
lightweight
before_script
:
-
apt update && apt install -y
fonts-freefont-ttf
fonts-noto
librsvg2-bin
lmodern
pandoc
python-lxml
python3
python3-pandocfilters
texlive-xetex
script
:
-
echo "Building PDFs on $(nproc) cores"
-
find public -name "*.pdf-in" -print0 | xargs -0 -r -n1 -P "$(nproc)" scripts/create-pdf
Loading