From b80351dc3afdde19beecfcf01a86ecdf1f33fe2e Mon Sep 17 00:00:00 2001 From: francesco Date: Fri, 23 Apr 2021 00:54:02 +0200 Subject: [PATCH] Fix Dockerfile and mkdocs for deployment on docker --- Dockerfile | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f44dd1c..e659b19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d31e6ee..a1f47b2 100644 --- a/mkdocs.yml +++ b/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 \ No newline at end of file