Introducing docs 📚
This commit is contained in:
6
deploy_docs.sh
Executable file
6
deploy_docs.sh
Executable 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
|
Reference in New Issue
Block a user