diff options
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 |
