Add git safe.directory work around to docs CI job
This commit is contained in:
parent
6369b5ddb6
commit
a1eb3afa75
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ docs:archlinux:
|
|||
stage: test
|
||||
image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
|
||||
script:
|
||||
- git config --global --add safe.directory "$CI_PROJECT_DIR"
|
||||
- sphinx-build -E docs docs/_build
|
||||
dependencies:
|
||||
- build:archlinux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue