File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ rubocop:
295
295
296
296
# Perform documentation linting on Markdown files
297
297
docs-lint markdown :
298
- image : registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.17 -vale-2.25.2 -markdownlint-0.34 .0-markdownlint2-0.7 .1
298
+ image : registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.18 -vale-2.27.0 -markdownlint-0.35 .0-markdownlint2-0.8 .1
299
299
stage : check
300
300
cache : {}
301
301
needs : []
@@ -312,7 +312,7 @@ docs-lint markdown:
312
312
313
313
# Perform link checks on published HTML files
314
314
docs-lint links :
315
- image : registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17 -ruby-3.2.2-b8f266e8
315
+ image : registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.18 -ruby-3.2.2-4207821e
316
316
stage : check
317
317
cache : {}
318
318
needs : []
@@ -322,11 +322,9 @@ docs-lint links:
322
322
- mv doc/ /tmp/gitlab-docs/content/omnibus
323
323
- cd /tmp/gitlab-docs
324
324
# Build HTML from Markdown
325
- - bundle exec nanoc
326
- # Check the internal links
327
- - bundle exec nanoc check internal_links
328
- # Check the internal anchor links
329
- - bundle exec nanoc check internal_anchors
325
+ - make compile
326
+ # Check the internal links and anchors (in parallel)
327
+ - " parallel time bundle exec nanoc check ::: internal_links internal_anchors"
330
328
rules :
331
329
- if : ' $PIPELINE_TYPE =~ /_TEST_PIPELINE$/'
332
330
- if : ' $PIPELINE_TYPE =~ /_MR_PIPELINE$/'
You can’t perform that action at this time.
0 commit comments