feat(mkdocs_build): always build

!25
This commit is contained in:
2023-05-22 13:20:27 +09:30
parent 1b59d62348
commit a0b6d05a0f

View File

@ -28,16 +28,10 @@
when: never
- if: $CI_COMMIT_TAG
when: on_success
- if: '$CI_COMMIT_BRANCH == "development"'
exists:
- "mkdocs.yaml"
- "mkdocs.yml"
when: always
- if: '$CI_COMMIT_BRANCH'
exists:
- "mkdocs.yaml"
- "mkdocs.yml"
when: manual
allow_failure: true
when: always
- when: never