Skip to content

Commit

Permalink
Use offline build for guides
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-smirnov committed Nov 19, 2024
1 parent 5dcb131 commit a1385b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,14 @@ build_docs:
- docker
- builder
- x86_64
image: registry.red-soft.biz:5000/docker-images/3rdparty/texlive:TL2022-2023-03-12-full
variables:
SPHINXBUILD: sphinx-build
image: registry.red-soft.biz:5000/docker-images/3rdparty/texlive:TL2024-2024-11-17-full-sphinx
before_script:
- apt update && apt install -y python3-venv python3-pip
- mkdir -p dist/guide
script:
- cd guide_rst
- make bootstrap
- make latexpdf
- cp build/latex/Red_Expert.pdf ../dist/guide/RedExpert_Guide-ru.pdf

Expand Down

0 comments on commit a1385b6

Please sign in to comment.