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

Don't lint docs that are never built

parent b548dac1
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,8 @@ lint-documentation: ...@@ -68,6 +68,8 @@ lint-documentation:
needs: needs:
- job: build-documentation # Only run when documentation has been built - job: build-documentation # Only run when documentation has been built
artifacts: true artifacts: true
except:
- /^release\/.*/
before_script: before_script:
- cd $CI_PROJECT_DIR/docs/vale - cd $CI_PROJECT_DIR/docs/vale
- vale sync - vale sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment