summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-12-11 17:07:36 -0200
committerMarcia Ramos <virtua.creative@gmail.com>2018-12-11 17:07:36 -0200
commit9ab53261822fc0bbb0ec2954b8231097f92d0bc4 (patch)
treedf7a948c96d3778109d4233c788d3b1957887579 /.gitlab-ci.yml
parentbdcd37610a8a5eec13b0bb3b2d86f9032a7c4083 (diff)
downloadgitlab-ce-9ab53261822fc0bbb0ec2954b8231097f92d0bc4.tar.gz
Enable `bundle exec nanoc check internal_links`
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ae319d64d7..29c62717a7a 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