You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose deploy script: deploy-local.sh for development or deploy.sh for production. Review the deploy script which defaults to using build cache (does not include --no-cache by default).
Run deploy script: deploy-local.sh or deploy.sh
Upgrading Jekyll version
Find the Dockerhub image tag of the jekyll version you wish to use
Edit the file Dockerfile.jekyll (temporarily) to comment out the line that copies Jekyll-source/Gemfile.lock into the image, so that it will re-create this file itself the next time it builds.
Build the image locally and start the local server via ./deploy-local.sh (this should create a new Jekyll-source/Gemfile.lock file) and confirm that the app works locally (go to http://localhost)