mkbuild - venv

mkbuild:
-fix airbook hostname

venv:
-moved to kymsu
This commit is contained in:
2021-08-31 09:31:39 +02:00
parent 5dfc07918d
commit b69f54cd4e
2 changed files with 2 additions and 77 deletions

View File

@@ -13,7 +13,7 @@ fi
device=$(hostname)
if [[ "$device" == "AirBook.local" ]]; then
if [[ "$device" == "airbook" ]]; then
project_dir=/Users/bruno/Documents/docs
else
project_dir=/Users/bruno/project
@@ -62,7 +62,7 @@ notification() {
}
cd $project_dir || exit
if [[ "$device" == "AirBook.local" ]]; then
if [[ "$device" == "airbook" ]]; then
$HOME/Documents/venv/mkdocs/bin/mkdocs build --clean
else
mkdocs build --clean