update jekyll to aider/website/

This commit is contained in:
Paul Gauthier 2024-07-05 13:30:18 -03:00
parent 500cc151a1
commit 2a506d4d15

View file

@ -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 \