remved build pareameter
This commit is contained in:
@ -46,7 +46,7 @@ COPY mkdocs.yml .
|
||||
COPY docs/ ./docs/
|
||||
|
||||
# Build the static site with strict mode
|
||||
RUN mkdocs build --strict
|
||||
RUN mkdocs build
|
||||
|
||||
# Runtime stage
|
||||
FROM ubuntu:20.04
|
||||
|
||||
Reference in New Issue
Block a user