mkbuild - venv
mkbuild: -fix airbook hostname venv: -moved to kymsu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user