ci: Fix typo to actually not install recommended packages in build_docs

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/647>
This commit is contained in:
MoonlightWave-12
2024-04-26 16:26:36 +02:00
parent 8e8013a103
commit cb0f12d5d0

View File

@ -35,7 +35,7 @@ build_docs:
paths: paths:
- _build - _build
script: script:
- apt-get -y install --on-install-recommends python3-pip python3-sphinx python3-recommonmark - apt-get -y install --no-install-recommends python3-pip python3-sphinx python3-recommonmark
- ./doc/build.sh _build - ./doc/build.sh _build
except: except:
variables: variables: