Correctly source environment in server
This commit is contained in:
parent
781354b797
commit
532baca63e
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
bash ./scripts/build.sh
|
||||
source ./scripts/common.sh
|
||||
|
||||
./scripts/build.sh
|
||||
|
||||
hugo server --noHTTPCache --disableFastRender --gc
|
||||
|
|
Loading…
Reference in a new issue