Change markdownlint wildcard format

This commit is contained in:
Marcel Amirault 2019-09-02 00:19:30 +00:00 committed by Evan Read
parent c0733f43a6
commit 61199b7413
3 changed files with 3 additions and 3 deletions

View file

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