diff options
author | Stan Hu <stanhu@gmail.com> | 2018-12-11 22:10:29 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-12-11 22:10:29 +0000 |
commit | e7a6b841684f9a2929b16176b223ea44bfc26332 (patch) | |
tree | 64ea12e02682a2a6f3164ea18d7e39c885a82ba3 /.gitlab-ci.yml | |
parent | c8aaf15cec1dc576afb375131f4239351da93d54 (diff) | |
parent | 9ab53261822fc0bbb0ec2954b8231097f92d0bc4 (diff) | |
download | gitlab-ce-e7a6b841684f9a2929b16176b223ea44bfc26332.tar.gz |
Merge branch 'add-docs-lint-back' into 'master'
Docs: Enable gitlab-docs lint
Closes gitlab-com/gitlab-docs#305
See merge request gitlab-org/gitlab-ce!23748
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d0237220db..b26c2d16d77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -554,8 +554,7 @@ docs lint: # Build HTML from Markdown - bundle exec nanoc # Check the internal links - # Disabled until https://gitlab.com/gitlab-com/gitlab-docs/issues/305 is resolved - # - bundle exec nanoc check internal_links + - bundle exec nanoc check internal_links downtime_check: <<: *rake-exec |