Skip to content
Snippets Groups Projects
Commit a3646fff authored by Luca Weiss's avatar Luca Weiss
Browse files

ci: Run docs job in chroot

Use the new "Artifacts" directive for .ci/docs.sh and run the job in the
pmbootstrap chroot to avoid needing to install sphinx dependencies on
the host.

Fixes #2352
parent d6ce47e4
No related branches found
No related tags found
No related merge requests found
Pipeline #189256 failed
#!/bin/sh -e
# Description: create documentation with sphinx
# Options: native
# Artifacts: public/
# https://postmarketos.org/pmb-ci
......
......@@ -76,7 +76,6 @@ mypy:
docs:
stage: lint
script:
- apk add py3-sphinx py3-sphinx_rtd_theme
- ".ci/docs.sh"
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment