doc/ci: Fix pages build
Some checks failed
Some checks failed
This commit is contained in:
parent
02a5f92af1
commit
14027c552d
1 changed files with 2 additions and 2 deletions
|
|
@ -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.*$/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue