u10homepage/mkdocs.sh
Michael Wegener 9c3ba73ed5
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m17s
disable social plugin as font download is broken, propably chang of urls or compression by google
2024-03-28 17:12:06 +01:00

7 lines
224 B
Bash
Executable File

#!/bin/sh
sudo rm -r .cache
# Add needed Plugins
docker build -t squidfunk/mkdocs-material ${PWD}/docker/mkdocs-material
# Liverserver Dokumentation
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material