Try to set URL for the site
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-06 13:35:35 +02:00
parent 6748e69a51
commit 3da45feb42
2 changed files with 3 additions and 1 deletions

View File

@ -7,8 +7,9 @@ run_jekyll() {
set -eu
bundle exec jekyll serve \
--port "$JEKYLL_PORT" \
--baseurl "$JEKYLL_BASEURL" \
--host "$JEKYLL_HOST" \
--port "$JEKYLL_PORT" \
--trace
}