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: ...@@ -65,10 +65,8 @@ docs-lint links:
- cd /tmp/gitlab-docs - cd /tmp/gitlab-docs
# Build HTML from Markdown # Build HTML from Markdown
- bundle exec nanoc - bundle exec nanoc
# Check the internal links # Check the internal links and anchors (in parallel)
- bundle exec nanoc check internal_links - "parallel time bundle exec nanoc check ::: internal_links internal_anchors"
# Check the internal anchor links
- bundle exec nanoc check internal_anchors
ui-docs-links lint: ui-docs-links lint:
extends: 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