Commit aebc4725 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '56763-docs-lint-passes-if-a-relative-link-starts-with-doc-docs' into 'master'

Resolve "Docs lint passes if a relative link starts with /doc"

Closes #56763

See merge request gitlab-org/gitlab-ce!24613
parents 039e41ed 90609411
......@@ -546,7 +546,7 @@ docs lint:
script:
- scripts/lint-doc.sh
- scripts/lint-changelog-yaml
- mv doc/ /tmp/gitlab-docs/content/
- mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- cd /tmp/gitlab-docs
# Build HTML from Markdown
- bundle exec nanoc
......
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