summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-12-11 22:10:29 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-12-12 09:50:50 +0000
commitcf683e408ea0c93bcb52124a1480a18bfaf50432 (patch)
tree27349a55ade890e445da491968e6b23d318d0b51
parent828b29e9e346731b756d6d06460fbccb7a9f2d7e (diff)
downloadgitlab-ce-cf683e408ea0c93bcb52124a1480a18bfaf50432.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 (cherry picked from commit e7a6b841684f9a2929b16176b223ea44bfc26332) 9ab53261 Enable `bundle exec nanoc check internal_links`
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 898d740ed63..46604317232 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -555,8 +555,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