jeffreytse/jekyll-deploy-action

Theme is not being installed when using this deployment action

Closed this issue · 1 comments

When my site is being deployed with this action, the github theme is no longer installed.

Solved! ✅

I needed to be tracking Gemfile.lock (and I'm assuming Gemfile as well). When the runner loads the cached gemfile (uses: actions/cache@v2), if no gemfile is found, I'm assuming it doesn't install requirements? And skips? Either way, tracking these 2 files (by removing from gitignore) solved it for me.