diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 17:40:22 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 17:48:17 +0200 |
commit | 3e54421d6de5281eaf23162cc3457a36c93c49d4 (patch) | |
tree | 46e2164271baf93e8c6c946056fb696c37565f09 | |
parent | workflows/ci: use a GitHub API token (diff) | |
download | jekyll-docker-master.tar.gz jekyll-docker-master.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ jekyll-docker [![CI](https://github.com/egor-tensin/jekyll-docker/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/jekyll-docker/actions/workflows/ci.yml) +**Archiving this because I no longer think this approach is valid. +Just using rbenv and installing dependencies there seems like a much saner option.** + +---- + Develop your Jekyll project in a Docker container, without installing all the dependencies on the host. Or don't. |