fix(mkdocs): correct mkdocs image name

!73
This commit is contained in:
2024-02-02 17:04:34 +09:30
parent 6700cdbc90
commit 3fa71fe91a

View File

@ -1,5 +1,5 @@
.MKDocs_Build:
image: 3.11.2-bullseye
image: python:3.11.2-bullseye
stage: build
variables:
GIT_DEPTH: 0