Skip to content

Merge branch 'master' of https://github.com/uclaacm/teach-la-website #924

Merge branch 'master' of https://github.com/uclaacm/teach-la-website

Merge branch 'master' of https://github.com/uclaacm/teach-la-website #924

Workflow file for this run

name: Test Jekyll Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [2.7.2, 3.0.0]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# caches and runs bundle automatically - see
# https://github.com/ruby/setup-ruby#caching-bundle-install-automatically
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake build