mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
ensure running build from site folder
This commit is contained in:
5
site/_utils/deploy_staging.sh
Normal file → Executable file
5
site/_utils/deploy_staging.sh
Normal file → Executable file
@@ -1,6 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [ "$0" != "./_utils/deploy_staging.sh" ]; then
|
||||
>&2 echo "Must be run from site directory"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "FILTER: make multiversion"
|
||||
make clean && make multiversion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user