Try a different docker image

This commit is contained in:
2023-07-11 23:57:07 +00:00
parent 43808abdbd
commit 9231edac85

View File

@@ -1,5 +1,5 @@
# This image is cached on the Github Actions VM, so it drastically reduces build time
FROM jekyll/builder:latest
FROM jekyll/minimal:latest
USER root
COPY entrypoint.sh /entrypoint.sh