Fix Dockerfile and mkdocs for deployment on docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
francesco 2021-04-23 00:54:02 +02:00
parent 0614e1ba31
commit b80351dc3a
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material FROM squidfunk/mkdocs-material
RUN pip install mkdocs-git-revision-date-plugin RUN pip install mkdocs-git-revision-date-plugin
COPY docs/ . COPY docs/ /docs/docs
COPY mkdocs.yml . COPY mkdocs.yml .

View File

@ -2,6 +2,7 @@ site_name: F-Docs
theme: theme:
name: 'material' name: 'material'
repo_url: https://git.r4o.ch/francesco/mkdocs/ repo_url: https://git.r4o.ch/francesco/mkdocs/
docs_dir: 'docs'
plugins: plugins:
- git-revision-date - git-revision-date