From: Jeremy Thomas Date: Sat, 30 Oct 2021 23:53:44 +0000 (+0100) Subject: Test without flag X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d141807aeb043189b51c26a0813ad720f205768;p=thirdparty%2Fbulma.git Test without flag --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 227b2bf12..3097864d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"