feat(build): new build script"
This commit is contained in:
parent
0d3e91ac79
commit
bf8eda71eb
12
build.sh
Executable file
12
build.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
####################################################################
|
||||||
|
# PROJECT: Data Controller Docs #
|
||||||
|
####################################################################
|
||||||
|
|
||||||
|
## Create regular mkdocs docs
|
||||||
|
echo 'building mkdocs'
|
||||||
|
mkdocs build --clean
|
||||||
|
|
||||||
|
#mkdocs serve
|
||||||
|
|
||||||
|
rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io
|
Loading…
Reference in New Issue
Block a user