chore: automated commit

This commit is contained in:
Allan Bowe
2021-05-12 23:22:35 +03:00
parent 88f10cb680
commit 31927aa62e
7 changed files with 99 additions and 123 deletions

View File

@ -3,9 +3,6 @@
# PROJECT: Data Controller Docs #
####################################################################
# update slides
npx @marp-team/marp-cli slides/innovation/innovation.md -o ./docs/slides/innovation/index.html
## Create regular mkdocs docs
echo 'extracting licences'
@ -34,4 +31,8 @@ python3 -m mkdocs build --clean
#mkdocs serve
# update slides
mkdir site/slides
npx @marp-team/marp-cli slides/innovation/innovation.md -o ./site/slides/innovation/index.html
rsync -avz --exclude .git/ --del -e "ssh -p 722" site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io