feat(lint_markdown_docs): ensure also detects website

!36
This commit is contained in:
2023-05-31 11:40:34 +09:30
parent f375a1298f
commit 9ebd0a27f6

View File

@ -48,10 +48,12 @@
- if: '$CI_COMMIT_TAG'
exists:
- "docs/index.md"
- "pages/index.md"
when: always
- if: '$CI_COMMIT_BRANCH &&
( $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "pipeline")'
exists:
- "docs/index.md"
- "pages/index.md"
when: always
- when: never