refactor(docs): pages dir renamed to docs
as the contents are docs, renamed to make obvious !26
This commit is contained in:
@ -36,13 +36,13 @@
|
||||
- when: never
|
||||
|
||||
|
||||
.Lint_Markdown_Pages:
|
||||
.Lint_Markdown_Docs:
|
||||
variables:
|
||||
MDLINT_PATHS: "pages/*.md pages/**/*.md pages/**/**/*.md pages/**/**/**/*.md pages/**/**/**/**/**/*.md #CHANGELOG.md !gitlab-ci !website-template"
|
||||
MDLINT_PATHS: "docs/*.md docs/**/*.md docs/**/**/*.md docs/**/**/**/*.md docs/**/**/**/**/**/*.md #CHANGELOG.md !gitlab-ci !website-template"
|
||||
MD_LINT_CONFIG_PATH: "$CI_PROJECT_DIR/website-template"
|
||||
extends: .Lint_Markdown
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH'
|
||||
exists:
|
||||
- "pages/index.md"
|
||||
- "docs/index.md"
|
||||
- when: never
|
||||
Reference in New Issue
Block a user