From 8a14909455c78446f7cae1a3e6d54671abdedeab Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 08:56:31 +0200 Subject: ci: actually build the js pack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0319d98..c81e219 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,8 @@ jobs: run: | bundle config set path 'vendor/bundle' bundle install --jobs 4 --retry 3 - yarn + yarn --force + yarn run webpack-single-shot - name: "Build site" run: bundle exec jekyll build -- cgit v1.2.3