Skip to content

Gap year story 9 2024 #5016

Gap year story 9 2024

Gap year story 9 2024 #5016

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 }}