Skip to content

fix: Update jekyll-last-modified-at for Apple silicon builds #4963

fix: Update jekyll-last-modified-at for Apple silicon builds

fix: Update jekyll-last-modified-at for Apple silicon builds #4963

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare to build site
uses: ./.github/actions/prepare-build-site
- name: Check RuboCop
run: bundle exec rake rubocop
- name: Build the site
run: bundle exec rake build
env:
JEKYLL_ENV: production
INDICO_TOKEN: ${{ secrets.INDICO_TOKEN }}