Disable port binding for now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-06 14:04:08 +02:00
parent dc531455ee
commit cb9d863f66

View File

@ -10,7 +10,7 @@ run_jekyll() {
bundle exec jekyll serve \
--config "$JEKYLL_CONFIG" \
--host "$JEKYLL_HOST" \
# --host "$JEKYLL_HOST" \
--port "$JEKYLL_PORT" \
--trace \
--verbose