feat(mkdocs_build): add manual build

!25
This commit is contained in:
2023-05-22 13:01:18 +09:30
parent 4fa90d4c42
commit 6d2e50e947

View File

@ -28,10 +28,16 @@
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: on_success
when: manual
allow_failure: true
- when: never