diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 08:56:31 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 08:56:31 +0200 |
| commit | 8a14909455c78446f7cae1a3e6d54671abdedeab (patch) | |
| tree | 3c9bd1f89c84d5592f386f4072f64ebb90335b92 /.github | |
| parent | 23c23c9968230fa5f1fa2a6ff5e41f3228da4dc9 (diff) | |
| download | jo.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')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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 |
