Commit c5941593 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'run-docs-html-lint-in-parallel' into 'master'

Start running docs link checks in parallel

See merge request gitlab-org/gitlab!58882
parents b7c2f1ed 368efd88
......@@ -65,10 +65,8 @@ docs-lint links:
- cd /tmp/gitlab-docs
# Build HTML from Markdown
- bundle exec nanoc
# Check the internal links
- bundle exec nanoc check internal_links
# Check the internal anchor links
- bundle exec nanoc check internal_anchors
# Check the internal links and anchors (in parallel)
- "parallel time bundle exec nanoc check ::: internal_links internal_anchors"
ui-docs-links lint:
extends:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment