Check Dockerfile updates for MkDocs Material

This commit is contained in:
CrazyMax
2020-06-30 19:50:06 +02:00
parent e4b087d9f3
commit de1713dbff
4 changed files with 35 additions and 21 deletions

View File

@@ -49,7 +49,7 @@ jobs:
-
name: Build mkdocs Docker image
run: |
docker build -t mkdocs -f ./Dockerfile.mkdocs ./
docker build -t mkdocs -f ./docs/Dockerfile ./
-
name: Build docs
run: |