Change markdownlint wildcard format
This commit is contained in:
parent
c0733f43a6
commit
61199b7413
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue