aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-07-06 08:56:31 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-07-06 08:56:31 +0200
commit8a14909455c78446f7cae1a3e6d54671abdedeab (patch)
tree3c9bd1f89c84d5592f386f4072f64ebb90335b92 /.github/workflows/ci.yml
parent23c23c9968230fa5f1fa2a6ff5e41f3228da4dc9 (diff)
downloadjo.mssola.com-8a14909455c78446f7cae1a3e6d54671abdedeab.tar.gz
jo.mssola.com-8a14909455c78446f7cae1a3e6d54671abdedeab.zip
ci: actually build the js pack
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
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