Skip to content

Posts for papers published by Romero et al. and Caputo et al. #4

Posts for papers published by Romero et al. and Caputo et al.

Posts for papers published by Romero et al. and Caputo et al. #4

Workflow file for this run

name: My workflow
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4' # Not needed with a `.ruby-version` or `.tool-versions`
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec jekyll build