From 11d2f46b625606aea2266781a3c54f2cf668d3d2 Mon Sep 17 00:00:00 2001 From: trwbox <40971149+trwbox@users.noreply.github.com> Date: Tue, 14 Jun 2022 18:43:25 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) 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"