Test without flag

This commit is contained in:
Jeremy Thomas 2021-10-31 00:53:44 +01:00
parent 5903d62ff6
commit 7d141807ae

View file

@ -45,5 +45,5 @@ jobs:
working-directory: docs
install-command: npm install
build: npm run bulma-sass
start: JEKYLL_ENV=production jekyll serve --host 127.0.0.1 --port 4000
start: jekyll serve --host 127.0.0.1 --port 4000
wait-on: "http://127.0.0.1:4000"