Fix Dockerfile and mkdocs for deployment on docker
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0614e1ba31
commit
b80351dc3a
@ -1,4 +1,4 @@
|
||||
FROM squidfunk/mkdocs-material
|
||||
RUN pip install mkdocs-git-revision-date-plugin
|
||||
COPY docs/ .
|
||||
COPY docs/ /docs/docs
|
||||
COPY mkdocs.yml .
|
@ -2,6 +2,7 @@ site_name: F-Docs
|
||||
theme:
|
||||
name: 'material'
|
||||
repo_url: https://git.r4o.ch/francesco/mkdocs/
|
||||
docs_dir: 'docs'
|
||||
|
||||
plugins:
|
||||
- git-revision-date
|
Loading…
Reference in New Issue
Block a user