Skip to content

GitHub Action workflow to build using starter site #4

GitHub Action workflow to build using starter site

GitHub Action workflow to build using starter site #4

Workflow file for this run

on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout jekyll-starter-legumeinfo
uses: actions/checkout@v4
with:
repository: legumeinfo/jekyll-starter-legumeinfo
- name: Checkout jekyll-theme-legumeinfo
uses: actions/checkout@v4
with:
path: _themes/jekyll-theme-legumeinfo
submodules: true
- name: Build
run: docker compose run build