Add a Jekyll build script. To isolate the dependencies, use a docker container to perform the building. Id est, define a dockerfile, build the dockerfile into an image, and run some commands in the image or have the entrypoint be the building command.
Add a Jekyll build script. To isolate the dependencies, use a docker container to perform the building. Id est, define a dockerfile, build the dockerfile into an image, and run some commands in the image or have the entrypoint be the building command.