From 9ab53261822fc0bbb0ec2954b8231097f92d0bc4 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Tue, 11 Dec 2018 17:07:36 -0200 Subject: Enable `bundle exec nanoc check internal_links` --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1