Commit 61199b74 authored by Marcel Amirault's avatar Marcel Amirault Committed by Evan Read

Change markdownlint wildcard format

parent c0733f43
...@@ -74,7 +74,7 @@ docs lint: ...@@ -74,7 +74,7 @@ docs lint:
script: script:
- scripts/lint-doc.sh - scripts/lint-doc.sh
# Lint Markdown # Lint Markdown
- markdownlint --config .markdownlint.json doc/**/*.md - markdownlint --config .markdownlint.json 'doc/**/*.md'
# Prepare docs for build # Prepare docs for build
- mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX - mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- cd /tmp/gitlab-docs - cd /tmp/gitlab-docs
......
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