From 2a506d4d1581a9a426abdad7148a6d932a33786b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 5 Jul 2024 13:30:18 -0300 Subject: [PATCH] update jekyll to aider/website/ --- scripts/jekyll_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jekyll_run.sh b/scripts/jekyll_run.sh index a2ea847d5..97aa071ff 100755 --- a/scripts/jekyll_run.sh +++ b/scripts/jekyll_run.sh @@ -3,7 +3,7 @@ # Run the Docker container docker run \ --rm \ - -v "$PWD/website:/site" \ + -v "$PWD/aider/website:/site" \ -p 4000:4000 \ -e HISTFILE=/site/.bash_history \ -it \