Introducing docs 📚

This commit is contained in:
2017-12-11 12:49:59 +01:00
parent da0f606110
commit 7fd4649a56
8 changed files with 171 additions and 0 deletions

6
deploy_docs.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd docs
command -v mkdocs 2>/dev/null 2>&1 || { echo >&2 "Command mkdocs not found. Are you in the right venv?"; exit 1; }
mkdocs build
rsync -auv ./site/* armadillica@attract.studio:/home/armadillica/attract.studio/docs