doc/ci: Fix pages build
Some checks failed
pcb-tools / test (3.5) (push) Has been cancelled
pcb-tools / test (3.6) (push) Has been cancelled
pcb-tools / test (3.7) (push) Has been cancelled
pcb-tools / test (3.8) (push) Has been cancelled
pcb-tools / coverage (push) Has been cancelled

This commit is contained in:
jaseg 2022-02-06 23:54:28 +01:00
parent 02a5f92af1
commit 14027c552d

View file

@ -70,12 +70,12 @@ pages:
GIT_SUBMODULE_STRATEGY: none
image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
script:
- sphinx-build -E docs docs/_build
- sphinx-build -E docs public
dependencies:
- build:archlinux
artifacts:
paths:
- docs/_build
- public
only:
- /^v.*$/