mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
.gitlab-ci.yml: docs: use pip with docs/requirements.txt to install dependencies
This commit is contained in:
parent
8eef0af650
commit
786265fe75
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ build_docker:
|
|||
.docs:
|
||||
image: "${CI_REGISTRY_IMAGE}:dev"
|
||||
before_script:
|
||||
- pacman -Sy --noconfirm python-sphinx-{click,furo}
|
||||
- pip install -r docs/requirements.txt
|
||||
script:
|
||||
- (cd docs && make)
|
||||
- mv docs/html public
|
||||
|
|
Loading…
Add table
Reference in a new issue