diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index a646532..d4f3660 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -44,6 +44,7 @@ jobs: uses: actions/configure-pages@v3 - name: Build with Jekyll # Outputs to the './_site' directory by default + run: bundle lock --add-platform x86_64-linux run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production