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:
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user