diff --git a/entrypoint.sh b/entrypoint.sh index 53f48aa..f9d6668 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -72,6 +72,9 @@ main() { # Clone the main repo git clone https://github.com/trwbox/obsidian-zola.git __site + cd __site + git checkout base-path-dev + cd .. # Do the things from run.sh echo "Moving zola to build"