Skip to content
Snippets Groups Projects
Commit 2d2c8526 authored by Luca Weiss's avatar Luca Weiss Committed by Newbyte
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 b8de1064
No related branches found
No related tags found
No related merge requests found
Pipeline #208345 passed
#!/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