This commit is contained in:
parent
027189c82c
commit
80409e4356
@ -1,3 +1,7 @@
|
||||
FROM squidfunk/mkdocs-material
|
||||
|
||||
COPY docs/ /docs/docs
|
||||
COPY mkdocs.yml .
|
||||
|
||||
RUN pip install --no-cache-dir
|
||||
RUN mkdocs gh-deploy --force
|
Loading…
Reference in New Issue
Block a user