Skip to content
Snippets Groups Projects
Verified Commit 94106e8b authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Add general .gitlab-ci.yml config

parent a5f8e95f
Branches
No related tags found
No related merge requests found
Pipeline #79094 failed
stages:
- build-documentation
- lint-documentation
include:
# Documentation pipelines, both building and linting
- local: '/docs/.gitlab-ci.yml'
---
##### Sphinx - Generate documentation
build-public-documentation:
stage: build-public-documentation
stage: build-documentation
tags:
- docker-executor
image: sphinxdoc/sphinx:latest
......@@ -31,8 +31,7 @@ lint-general-documentation:
tags:
- docker-executor
dependencies:
- build-public-documentation # Only run if general documentation has been updated
# - service-editor-documentation # TODO: make this a separate step the pipeline
- build-documentation # Only run if documentation has been updated
before_script:
- cd $CI_PROJECT_DIR/docs/vale
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment